Shades of Conifer #BBE058
Tints of Conifer #BBE058
RGB
CMYK
RGB Variations
Color information
#BBE058 (or 0xBBE058) is known color: Conifer. HEX triplet: BB, E0 and 58. RGB value is (187,224,88). Sum of RGB (Red+Green+Blue) = 187+224+88=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE058 is #441FA7. Grayscale: #C5C5C5. Windows color (decimal): -4464552 or 5824699. OLE color: 5824699.
HSL color Cylindrical-coordinate representation of color #BBE058: hue angle of 76.32º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBE058 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 88 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.12 |
| HSL | 76.32º | 0.69% | 0.61% | - |
| HSV(B) | 76.32º | 0.61% | 0.88% | - |
| XYZ | 48.91 | 64.58 | 19.12 | - |
| YUV | 197.43 | 66.24 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 88 | 0.17 | 0 | 0.61 | 0.12 | 76.32 | 0.69 | 0.61 |
| Hex | BB | E0 | 58 | 11 | 0 | 3D | C | 4C | 45 | 3D |
| Octal | 273 | 340 | 130 | 21 | 0 | 75 | 14 | 114 | 105 | 75 |
| Binary | 10111011 | 11100000 | 1011000 | 10001 | 0 | 111101 | 1100 | 1001100 | 1000101 | 111101 |
Color Harmonies of #BBE058
Complementary color
Monochromatic Colors of #BBE058
Black with #BBE058
Text Example
Text Example
White with #BBE058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE058; }
p { color: rgb(187,224,88); }
H1.HeaderClassName
{
color: #BBE058;
}
.AnyTagClassName
{
color: #BBE058;
}
</style>
background-color css
<style>
a { background-color: #BBE058; }
a { background-color: rgb(187,224,88); }
div.DivClassName
{
background-color: #BBE058;
}
.BgClassName
{
background-color: #BBE058;
}
</style>
border-color css
<style>
span { border-color: #BBE058; }
span { border-color: rgb(187,224,88); }
td.TdClassName
{
border-color: #BBE058;
}
.TagClassName
{
border-color: #BBE058;
}
</style>