#BBE864

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

Shades of Conifer #BBE864

Tints of Conifer #BBE864

Color information

#BBE864 (or 0xBBE864) is unknown color: approx Conifer. HEX triplet: BB, E8 and 64. RGB value is (187,232,100). Sum of RGB (Red+Green+Blue) = 187+232+100=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE864 is #44179B. Grayscale: #CBCBCB. Windows color (decimal): -4462492 or 6613179. OLE color: 6613179.

HSL color Cylindrical-coordinate representation of color #BBE864: hue angle of 80.45º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBE864 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB187232100-
CMYK0.1900.570.09
HSL80.45º74.16%65.1%-
HSV(B)80.45º56.9%90.98%-
XYZ51.6569.222.69-
YUV203.569.59116.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 232 (91.02% from 255) = 44.70%
BLUE value IS 100 (39.45% from 255) = 19.27%
R=36.03%
G=44.70%
B=19.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872321000.1900.570.0980.4574.1665.1
HexBBE864130399504a41
Octal2733501442307111120112101
Binary101110111110100011001001001101110011001101000010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE864; }

 p { color: rgb(187,232,100); }

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

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

 a { background-color: rgb(187,232,100); }

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

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

 span { border-color: rgb(187,232,100); }

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