Shades of Conifer #BBE75A
Tints of Conifer #BBE75A
RGB
CMYK
RGB Variations
Color information
#BBE75A (or 0xBBE75A) is known color: Conifer. HEX triplet: BB, E7 and 5A. RGB value is (187,231,90). Sum of RGB (Red+Green+Blue) = 187+231+90=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE75A is #4418A5. Grayscale: #CACACA. Windows color (decimal): -4462758 or 5957563. OLE color: 5957563.
HSL color Cylindrical-coordinate representation of color #BBE75A: hue angle of 78.72º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBE75A is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 90 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.09 |
| HSL | 78.72º | 0.75% | 0.63% | - |
| HSV(B) | 78.72º | 0.61% | 0.91% | - |
| XYZ | 50.91 | 68.45 | 20.2 | - |
| YUV | 201.77 | 64.92 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 90 | 0.19 | 0 | 0.61 | 0.09 | 78.72 | 0.75 | 0.63 |
| Hex | BB | E7 | 5A | 13 | 0 | 3D | 9 | 4F | 4B | 3F |
| Octal | 273 | 347 | 132 | 23 | 0 | 75 | 11 | 117 | 113 | 77 |
| Binary | 10111011 | 11100111 | 1011010 | 10011 | 0 | 111101 | 1001 | 1001111 | 1001011 | 111111 |
Color Harmonies of #BBE75A
Complementary color
Monochromatic Colors of #BBE75A
Black with #BBE75A
Text Example
Text Example
White with #BBE75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE75A; }
p { color: rgb(187,231,90); }
H1.HeaderClassName
{
color: #BBE75A;
}
.AnyTagClassName
{
color: #BBE75A;
}
</style>
background-color css
<style>
a { background-color: #BBE75A; }
a { background-color: rgb(187,231,90); }
div.DivClassName
{
background-color: #BBE75A;
}
.BgClassName
{
background-color: #BBE75A;
}
</style>
border-color css
<style>
span { border-color: #BBE75A; }
span { border-color: rgb(187,231,90); }
td.TdClassName
{
border-color: #BBE75A;
}
.TagClassName
{
border-color: #BBE75A;
}
</style>