#BBDE5C

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

Shades of Conifer #BBDE5C

Tints of Conifer #BBDE5C

Color information

#BBDE5C (or 0xBBDE5C) is unknown color: approx Conifer. HEX triplet: BB, DE and 5C. RGB value is (187,222,92). Sum of RGB (Red+Green+Blue) = 187+222+92=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDE5C is #4421A3. Grayscale: #C5C5C5. Windows color (decimal): -4465060 or 6086331. OLE color: 6086331.

HSL color Cylindrical-coordinate representation of color #BBDE5C: hue angle of 76.15º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBDE5C is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB18722292-
CMYK0.1600.590.13
HSL76.15º66.33%61.57%-
HSV(B)76.15º58.56%87.06%-
XYZ48.5563.5819.84-
YUV196.7168.9121.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 222 (87.11% from 255) = 44.31%
BLUE value IS 92 (36.33% from 255) = 18.36%
R=37.33%
G=44.31%
B=18.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal187222920.1600.590.1376.1566.3361.57
HexBBDE5C1003BD4c423e
Octal273336134200731511410276
Binary10111011110111101011100100000111011110110011001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDE5C; }

 p { color: rgb(187,222,92); }

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

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

 a { background-color: rgb(187,222,92); }

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

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

 span { border-color: rgb(187,222,92); }

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