Shades of Conifer #BBE54D
Tints of Conifer #BBE54D
RGB
CMYK
RGB Variations
Color information
#BBE54D (or 0xBBE54D) is known color: Conifer. HEX triplet: BB, E5 and 4D. RGB value is (187,229,77). Sum of RGB (Red+Green+Blue) = 187+229+77=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE54D is #441AB2. Grayscale: #C7C7C7. Windows color (decimal): -4463283 or 5105083. OLE color: 5105083.
HSL color Cylindrical-coordinate representation of color #BBE54D: hue angle of 76.58º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBE54D is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 77 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.10 |
| HSL | 76.58º | 0.75% | 0.6% | - |
| HSV(B) | 76.58º | 0.66% | 0.9% | - |
| XYZ | 49.85 | 67.14 | 17.35 | - |
| YUV | 199.11 | 59.09 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 77 | 0.18 | 0 | 0.66 | 0.10 | 76.58 | 0.75 | 0.6 |
| Hex | BB | E5 | 4D | 12 | 0 | 42 | A | 4D | 4B | 3C |
| Octal | 273 | 345 | 115 | 22 | 0 | 102 | 12 | 115 | 113 | 74 |
| Binary | 10111011 | 11100101 | 1001101 | 10010 | 0 | 1000010 | 1010 | 1001101 | 1001011 | 111100 |
Color Harmonies of #BBE54D
Complementary color
Monochromatic Colors of #BBE54D
Black with #BBE54D
Text Example
Text Example
White with #BBE54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE54D; }
p { color: rgb(187,229,77); }
H1.HeaderClassName
{
color: #BBE54D;
}
.AnyTagClassName
{
color: #BBE54D;
}
</style>
background-color css
<style>
a { background-color: #BBE54D; }
a { background-color: rgb(187,229,77); }
div.DivClassName
{
background-color: #BBE54D;
}
.BgClassName
{
background-color: #BBE54D;
}
</style>
border-color css
<style>
span { border-color: #BBE54D; }
span { border-color: rgb(187,229,77); }
td.TdClassName
{
border-color: #BBE54D;
}
.TagClassName
{
border-color: #BBE54D;
}
</style>