#b9ec45

Color #B9EC45 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B9EC45

Tints of Conifer #B9EC45

Color information

#B9EC45 (or 0xB9EC45) is unknown color: approx Conifer. HEX triplet: B9, EC and 45. RGB value is (185,236,69). Sum of RGB (Red+Green+Blue) = 185+236+69=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #B9EC45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9EC45 is #4613BA. Grayscale: #CACACA. Windows color (decimal): -4592571 or 4582585. OLE color: 4582585.

HSL color Cylindrical-coordinate representation of color #B9EC45: hue angle of 78.32º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9EC45 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB18523669-
CMYK0.2200.710.07
HSL78.32º81.46%59.8%-
HSV(B)78.32º70.76%92.55%-
XYZ51.0870.7316.59-
YUV201.7153.1116.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 236 (92.58% from 255) = 48.16%
BLUE value IS 69 (27.34% from 255) = 14.08%
R=37.76%
G=48.16%
B=14.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal185236690.2200.710.0778.3281.4659.8
HexB9EC451604774e513c
Octal271354105260107711612174
Binary10111001111011001000101101100100011111110011101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9ec45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9ec45; }

 p { color: rgb(185,236,69); }

 H1.HeaderClassName
 {
   color: #b9ec45;
 }
 .AnyTagClassName
 {
   color: #b9ec45;
 }
</style>
background-color css

<style>
 a { background-color: #b9ec45; }

 a { background-color: rgb(185,236,69); }

 div.DivClassName
 {
   background-color: #b9ec45;
 }
 .BgClassName
 {
   background-color: #b9ec45;
 }
</style>
border-color css

<style>
 span { border-color: #b9ec45; }

 span { border-color: rgb(185,236,69); }

 td.TdClassName
 {
   border-color: #b9ec45;
 }
 .TagClassName
 {
   border-color: #b9ec45;
 }
</style>