Shades of Conifer #BBEA45
Tints of Conifer #BBEA45
RGB
CMYK
RGB Variations
Color information
#BBEA45 (or 0xBBEA45) is known color: Conifer. HEX triplet: BB, EA and 45. RGB value is (187,234,69). Sum of RGB (Red+Green+Blue) = 187+234+69=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEA45 is #4415BA. Grayscale: #C9C9C9. Windows color (decimal): -4462011 or 4582075. OLE color: 4582075.
HSL color Cylindrical-coordinate representation of color #BBEA45: hue angle of 77.09º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBEA45 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 69 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.08 |
| HSL | 77.09º | 0.8% | 0.59% | - |
| HSV(B) | 77.09º | 0.71% | 0.92% | - |
| XYZ | 50.99 | 69.84 | 16.42 | - |
| YUV | 201.14 | 53.43 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 69 | 0.20 | 0 | 0.71 | 0.08 | 77.09 | 0.8 | 0.59 |
| Hex | BB | EA | 45 | 14 | 0 | 47 | 8 | 4D | 50 | 3B |
| Octal | 273 | 352 | 105 | 24 | 0 | 107 | 10 | 115 | 120 | 73 |
| Binary | 10111011 | 11101010 | 1000101 | 10100 | 0 | 1000111 | 1000 | 1001101 | 1010000 | 111011 |
Color Harmonies of #BBEA45
Complementary color
Monochromatic Colors of #BBEA45
Black with #BBEA45
Text Example
Text Example
White with #BBEA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEA45; }
p { color: rgb(187,234,69); }
H1.HeaderClassName
{
color: #BBEA45;
}
.AnyTagClassName
{
color: #BBEA45;
}
</style>
background-color css
<style>
a { background-color: #BBEA45; }
a { background-color: rgb(187,234,69); }
div.DivClassName
{
background-color: #BBEA45;
}
.BgClassName
{
background-color: #BBEA45;
}
</style>
border-color css
<style>
span { border-color: #BBEA45; }
span { border-color: rgb(187,234,69); }
td.TdClassName
{
border-color: #BBEA45;
}
.TagClassName
{
border-color: #BBEA45;
}
</style>