#BBE860

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

Shades of Conifer #BBE860

Tints of Conifer #BBE860

Color information

#BBE860 (or 0xBBE860) is unknown color: approx Conifer. HEX triplet: BB, E8 and 60. RGB value is (187,232,96). Sum of RGB (Red+Green+Blue) = 187+232+96=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE860 is #44179F. Grayscale: #CBCBCB. Windows color (decimal): -4462496 or 6351035. OLE color: 6351035.

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

Color convert

RGB18723296-
CMYK0.1900.590.09
HSL79.85º74.73%64.31%-
HSV(B)79.85º58.62%90.98%-
XYZ51.4669.1221.7-
YUV203.0467.59116.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 232 (91.02% from 255) = 45.05%
BLUE value IS 96 (37.89% from 255) = 18.64%
R=36.31%
G=45.05%
B=18.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal187232960.1900.590.0979.8574.7364.31
HexBBE8601303B9504b40
Octal2733501402307311120113100
Binary101110111110100011000001001101110111001101000010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE860; }

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

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

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

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

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

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

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

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