#BBE564

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

Shades of Conifer #BBE564

Tints of Conifer #BBE564

Color information

#BBE564 (or 0xBBE564) is unknown color: approx Conifer. HEX triplet: BB, E5 and 64. RGB value is (187,229,100). Sum of RGB (Red+Green+Blue) = 187+229+100=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE564 is #441A9B. Grayscale: #CACACA. Windows color (decimal): -4463260 or 6612411. OLE color: 6612411.

HSL color Cylindrical-coordinate representation of color #BBE564: hue angle of 79.53º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBE564 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB187229100-
CMYK0.1800.560.10
HSL79.53º71.27%64.51%-
HSV(B)79.53º56.33%89.8%-
XYZ50.8167.5222.41-
YUV201.7470.59117.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 229 (89.84% from 255) = 44.38%
BLUE value IS 100 (39.45% from 255) = 19.38%
R=36.24%
G=44.38%
B=19.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872291000.1800.560.1079.5371.2764.51
HexBBE56412038A504741
Octal2733451442207012120107101
Binary101110111110010111001001001001110001010101000010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE564; }

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

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

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

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

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

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

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

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