Shades of Conifer #BBE55A
Tints of Conifer #BBE55A
RGB
CMYK
RGB Variations
Color information
#BBE55A (or 0xBBE55A) is known color: Conifer. HEX triplet: BB, E5 and 5A. RGB value is (187,229,90). Sum of RGB (Red+Green+Blue) = 187+229+90=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE55A is #441AA5. Grayscale: #C9C9C9. Windows color (decimal): -4463270 or 5957051. OLE color: 5957051.
HSL color Cylindrical-coordinate representation of color #BBE55A: hue angle of 78.13º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBE55A is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 90 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.10 |
| HSL | 78.13º | 0.73% | 0.63% | - |
| HSV(B) | 78.13º | 0.61% | 0.9% | - |
| XYZ | 50.36 | 67.34 | 20.02 | - |
| YUV | 200.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 90 | 0.18 | 0 | 0.61 | 0.10 | 78.13 | 0.73 | 0.63 |
| Hex | BB | E5 | 5A | 12 | 0 | 3D | A | 4E | 49 | 3F |
| Octal | 273 | 345 | 132 | 22 | 0 | 75 | 12 | 116 | 111 | 77 |
| Binary | 10111011 | 11100101 | 1011010 | 10010 | 0 | 111101 | 1010 | 1001110 | 1001001 | 111111 |
Color Harmonies of #BBE55A
Complementary color
Monochromatic Colors of #BBE55A
Black with #BBE55A
Text Example
Text Example
White with #BBE55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE55A; }
p { color: rgb(187,229,90); }
H1.HeaderClassName
{
color: #BBE55A;
}
.AnyTagClassName
{
color: #BBE55A;
}
</style>
background-color css
<style>
a { background-color: #BBE55A; }
a { background-color: rgb(187,229,90); }
div.DivClassName
{
background-color: #BBE55A;
}
.BgClassName
{
background-color: #BBE55A;
}
</style>
border-color css
<style>
span { border-color: #BBE55A; }
span { border-color: rgb(187,229,90); }
td.TdClassName
{
border-color: #BBE55A;
}
.TagClassName
{
border-color: #BBE55A;
}
</style>