Shades of Conifer #BBEE5A
Tints of Conifer #BBEE5A
RGB
CMYK
RGB Variations
Color information
#BBEE5A (or 0xBBEE5A) is known color: Conifer. HEX triplet: BB, EE and 5A. RGB value is (187,238,90). Sum of RGB (Red+Green+Blue) = 187+238+90=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEE5A is #4411A5. Grayscale: #CECECE. Windows color (decimal): -4460966 or 5959355. OLE color: 5959355.
HSL color Cylindrical-coordinate representation of color #BBEE5A: hue angle of 80.68º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBEE5A is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 90 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.07 |
| HSL | 80.68º | 0.81% | 0.64% | - |
| HSV(B) | 80.68º | 0.62% | 0.93% | - |
| XYZ | 52.91 | 72.45 | 20.87 | - |
| YUV | 205.88 | 62.6 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 90 | 0.21 | 0 | 0.62 | 0.07 | 80.68 | 0.81 | 0.64 |
| Hex | BB | EE | 5A | 15 | 0 | 3E | 7 | 51 | 51 | 40 |
| Octal | 273 | 356 | 132 | 25 | 0 | 76 | 7 | 121 | 121 | 100 |
| Binary | 10111011 | 11101110 | 1011010 | 10101 | 0 | 111110 | 111 | 1010001 | 1010001 | 1000000 |
Color Harmonies of #BBEE5A
Complementary color
Monochromatic Colors of #BBEE5A
Black with #BBEE5A
Text Example
Text Example
White with #BBEE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEE5A; }
p { color: rgb(187,238,90); }
H1.HeaderClassName
{
color: #BBEE5A;
}
.AnyTagClassName
{
color: #BBEE5A;
}
</style>
background-color css
<style>
a { background-color: #BBEE5A; }
a { background-color: rgb(187,238,90); }
div.DivClassName
{
background-color: #BBEE5A;
}
.BgClassName
{
background-color: #BBEE5A;
}
</style>
border-color css
<style>
span { border-color: #BBEE5A; }
span { border-color: rgb(187,238,90); }
td.TdClassName
{
border-color: #BBEE5A;
}
.TagClassName
{
border-color: #BBEE5A;
}
</style>