Shades of Conifer #BBE05D
Tints of Conifer #BBE05D
RGB
CMYK
RGB Variations
Color information
#BBE05D (or 0xBBE05D) is known color: Conifer. HEX triplet: BB, E0 and 5D. RGB value is (187,224,93). Sum of RGB (Red+Green+Blue) = 187+224+93=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE05D is #441FA2. Grayscale: #C6C6C6. Windows color (decimal): -4464547 or 6152379. OLE color: 6152379.
HSL color Cylindrical-coordinate representation of color #BBE05D: hue angle of 76.95º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBE05D is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 93 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.12 |
| HSL | 76.95º | 0.68% | 0.62% | - |
| HSV(B) | 76.95º | 0.58% | 0.88% | - |
| XYZ | 49.12 | 64.67 | 20.25 | - |
| YUV | 198 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 93 | 0.17 | 0 | 0.58 | 0.12 | 76.95 | 0.68 | 0.62 |
| Hex | BB | E0 | 5D | 11 | 0 | 3A | C | 4D | 44 | 3E |
| Octal | 273 | 340 | 135 | 21 | 0 | 72 | 14 | 115 | 104 | 76 |
| Binary | 10111011 | 11100000 | 1011101 | 10001 | 0 | 111010 | 1100 | 1001101 | 1000100 | 111110 |
Color Harmonies of #BBE05D
Complementary color
Monochromatic Colors of #BBE05D
Black with #BBE05D
Text Example
Text Example
White with #BBE05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE05D; }
p { color: rgb(187,224,93); }
H1.HeaderClassName
{
color: #BBE05D;
}
.AnyTagClassName
{
color: #BBE05D;
}
</style>
background-color css
<style>
a { background-color: #BBE05D; }
a { background-color: rgb(187,224,93); }
div.DivClassName
{
background-color: #BBE05D;
}
.BgClassName
{
background-color: #BBE05D;
}
</style>
border-color css
<style>
span { border-color: #BBE05D; }
span { border-color: rgb(187,224,93); }
td.TdClassName
{
border-color: #BBE05D;
}
.TagClassName
{
border-color: #BBE05D;
}
</style>