Shades of Conifer #BBEB5A
Tints of Conifer #BBEB5A
RGB
CMYK
RGB Variations
Color information
#BBEB5A (or 0xBBEB5A) is known color: Conifer. HEX triplet: BB, EB and 5A. RGB value is (187,235,90). Sum of RGB (Red+Green+Blue) = 187+235+90=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEB5A is #4414A5. Grayscale: #CCCCCC. Windows color (decimal): -4461734 or 5958587. OLE color: 5958587.
HSL color Cylindrical-coordinate representation of color #BBEB5A: hue angle of 79.86º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBEB5A is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 90 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.08 |
| HSL | 79.86º | 0.78% | 0.64% | - |
| HSV(B) | 79.86º | 0.62% | 0.92% | - |
| XYZ | 52.05 | 70.72 | 20.58 | - |
| YUV | 204.12 | 63.6 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 90 | 0.20 | 0 | 0.62 | 0.08 | 79.86 | 0.78 | 0.64 |
| Hex | BB | EB | 5A | 14 | 0 | 3E | 8 | 50 | 4E | 40 |
| Octal | 273 | 353 | 132 | 24 | 0 | 76 | 10 | 120 | 116 | 100 |
| Binary | 10111011 | 11101011 | 1011010 | 10100 | 0 | 111110 | 1000 | 1010000 | 1001110 | 1000000 |
Color Harmonies of #BBEB5A
Complementary color
Monochromatic Colors of #BBEB5A
Black with #BBEB5A
Text Example
Text Example
White with #BBEB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEB5A; }
p { color: rgb(187,235,90); }
H1.HeaderClassName
{
color: #BBEB5A;
}
.AnyTagClassName
{
color: #BBEB5A;
}
</style>
background-color css
<style>
a { background-color: #BBEB5A; }
a { background-color: rgb(187,235,90); }
div.DivClassName
{
background-color: #BBEB5A;
}
.BgClassName
{
background-color: #BBEB5A;
}
</style>
border-color css
<style>
span { border-color: #BBEB5A; }
span { border-color: rgb(187,235,90); }
td.TdClassName
{
border-color: #BBEB5A;
}
.TagClassName
{
border-color: #BBEB5A;
}
</style>