Shades of Conifer #BBE05C
Tints of Conifer #BBE05C
RGB
CMYK
RGB Variations
Color information
#BBE05C (or 0xBBE05C) is known color: Conifer. HEX triplet: BB, E0 and 5C. RGB value is (187,224,92). Sum of RGB (Red+Green+Blue) = 187+224+92=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE05C is #441FA3. Grayscale: #C6C6C6. Windows color (decimal): -4464548 or 6086843. OLE color: 6086843.
HSL color Cylindrical-coordinate representation of color #BBE05C: hue angle of 76.82º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBE05C is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 92 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.12 |
| HSL | 76.82º | 0.68% | 0.62% | - |
| HSV(B) | 76.82º | 0.59% | 0.88% | - |
| XYZ | 49.08 | 64.65 | 20.02 | - |
| YUV | 197.89 | 68.24 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 92 | 0.17 | 0 | 0.59 | 0.12 | 76.82 | 0.68 | 0.62 |
| Hex | BB | E0 | 5C | 11 | 0 | 3B | C | 4D | 44 | 3E |
| Octal | 273 | 340 | 134 | 21 | 0 | 73 | 14 | 115 | 104 | 76 |
| Binary | 10111011 | 11100000 | 1011100 | 10001 | 0 | 111011 | 1100 | 1001101 | 1000100 | 111110 |
Color Harmonies of #BBE05C
Complementary color
Monochromatic Colors of #BBE05C
Black with #BBE05C
Text Example
Text Example
White with #BBE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE05C; }
p { color: rgb(187,224,92); }
H1.HeaderClassName
{
color: #BBE05C;
}
.AnyTagClassName
{
color: #BBE05C;
}
</style>
background-color css
<style>
a { background-color: #BBE05C; }
a { background-color: rgb(187,224,92); }
div.DivClassName
{
background-color: #BBE05C;
}
.BgClassName
{
background-color: #BBE05C;
}
</style>
border-color css
<style>
span { border-color: #BBE05C; }
span { border-color: rgb(187,224,92); }
td.TdClassName
{
border-color: #BBE05C;
}
.TagClassName
{
border-color: #BBE05C;
}
</style>