#BBEA5D

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

Shades of Conifer #BBEA5D

Tints of Conifer #BBEA5D

Color information

#BBEA5D (or 0xBBEA5D) is unknown color: approx Conifer. HEX triplet: BB, EA and 5D. RGB value is (187,234,93). Sum of RGB (Red+Green+Blue) = 187+234+93=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEA5D is #4415A2. Grayscale: #CCCCCC. Windows color (decimal): -4461987 or 6154939. OLE color: 6154939.

HSL color Cylindrical-coordinate representation of color #BBEA5D: hue angle of 80º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBEA5D is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB18723493-
CMYK0.2000.600.08
HSL80º77.05%64.12%-
HSV(B)80º60.26%91.76%-
XYZ51.8970.221.17-
YUV203.8765.43115.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 234 (91.80% from 255) = 45.53%
BLUE value IS 93 (36.72% from 255) = 18.09%
R=36.38%
G=45.53%
B=18.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal187234930.2000.600.088077.0564.12
HexBBEA5D1403C8504d40
Octal2733521352407410120115100
Binary101110111110101010111011010001111001000101000010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEA5D; }

 p { color: rgb(187,234,93); }

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

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

 a { background-color: rgb(187,234,93); }

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

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

 span { border-color: rgb(187,234,93); }

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