Shades of Conifer #BBDE5C
Tints of Conifer #BBDE5C
RGB
CMYK
RGB Variations
Color information
#BBDE5C (or 0xBBDE5C) is known color: 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
| RGB | 187 | 222 | 92 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.13 |
| HSL | 76.15º | 0.66% | 0.62% | - |
| HSV(B) | 76.15º | 0.59% | 0.87% | - |
| XYZ | 48.55 | 63.58 | 19.84 | - |
| YUV | 196.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 92 | 0.16 | 0 | 0.59 | 0.13 | 76.15 | 0.66 | 0.62 |
| Hex | BB | DE | 5C | 10 | 0 | 3B | D | 4C | 42 | 3E |
| Octal | 273 | 336 | 134 | 20 | 0 | 73 | 15 | 114 | 102 | 76 |
| Binary | 10111011 | 11011110 | 1011100 | 10000 | 0 | 111011 | 1101 | 1001100 | 1000010 | 111110 |
Color Harmonies of #BBDE5C
Complementary color
Monochromatic Colors of #BBDE5C
Black with #BBDE5C
Text Example
Text Example
White with #BBDE5C
Text Example
Text Example
HTML Codes & Css Web 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>