Shades of Conifer #BBE65A
Tints of Conifer #BBE65A
RGB
CMYK
RGB Variations
Color information
#BBE65A (or 0xBBE65A) is known color: Conifer. HEX triplet: BB, E6 and 5A. RGB value is (187,230,90). Sum of RGB (Red+Green+Blue) = 187+230+90=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE65A is #4419A5. Grayscale: #C9C9C9. Windows color (decimal): -4463014 or 5957307. OLE color: 5957307.
HSL color Cylindrical-coordinate representation of color #BBE65A: hue angle of 78.43º degrees, saturation: 0.74, 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 #BBE65A is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 90 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.10 |
| HSL | 78.43º | 0.74% | 0.63% | - |
| HSV(B) | 78.43º | 0.61% | 0.9% | - |
| XYZ | 50.64 | 67.9 | 20.11 | - |
| YUV | 201.18 | 65.25 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 90 | 0.19 | 0 | 0.61 | 0.10 | 78.43 | 0.74 | 0.63 |
| Hex | BB | E6 | 5A | 13 | 0 | 3D | A | 4E | 4A | 3F |
| Octal | 273 | 346 | 132 | 23 | 0 | 75 | 12 | 116 | 112 | 77 |
| Binary | 10111011 | 11100110 | 1011010 | 10011 | 0 | 111101 | 1010 | 1001110 | 1001010 | 111111 |
Color Harmonies of #BBE65A
Complementary color
Monochromatic Colors of #BBE65A
Black with #BBE65A
Text Example
Text Example
White with #BBE65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE65A; }
p { color: rgb(187,230,90); }
H1.HeaderClassName
{
color: #BBE65A;
}
.AnyTagClassName
{
color: #BBE65A;
}
</style>
background-color css
<style>
a { background-color: #BBE65A; }
a { background-color: rgb(187,230,90); }
div.DivClassName
{
background-color: #BBE65A;
}
.BgClassName
{
background-color: #BBE65A;
}
</style>
border-color css
<style>
span { border-color: #BBE65A; }
span { border-color: rgb(187,230,90); }
td.TdClassName
{
border-color: #BBE65A;
}
.TagClassName
{
border-color: #BBE65A;
}
</style>