Shades of Conifer #BBE145
Tints of Conifer #BBE145
RGB
CMYK
RGB Variations
Color information
#BBE145 (or 0xBBE145) is known color: Conifer. HEX triplet: BB, E1 and 45. RGB value is (187,225,69). Sum of RGB (Red+Green+Blue) = 187+225+69=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE145 is #441EBA. Grayscale: #C4C4C4. Windows color (decimal): -4464315 or 4579771. OLE color: 4579771.
HSL color Cylindrical-coordinate representation of color #BBE145: hue angle of 74.62º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBE145 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 69 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.12 |
| HSL | 74.62º | 0.72% | 0.58% | - |
| HSV(B) | 74.62º | 0.69% | 0.88% | - |
| XYZ | 48.49 | 64.84 | 15.59 | - |
| YUV | 195.85 | 56.41 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 69 | 0.17 | 0 | 0.69 | 0.12 | 74.62 | 0.72 | 0.58 |
| Hex | BB | E1 | 45 | 11 | 0 | 45 | C | 4B | 48 | 3A |
| Octal | 273 | 341 | 105 | 21 | 0 | 105 | 14 | 113 | 110 | 72 |
| Binary | 10111011 | 11100001 | 1000101 | 10001 | 0 | 1000101 | 1100 | 1001011 | 1001000 | 111010 |
Color Harmonies of #BBE145
Complementary color
Monochromatic Colors of #BBE145
Black with #BBE145
Text Example
Text Example
White with #BBE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE145; }
p { color: rgb(187,225,69); }
H1.HeaderClassName
{
color: #BBE145;
}
.AnyTagClassName
{
color: #BBE145;
}
</style>
background-color css
<style>
a { background-color: #BBE145; }
a { background-color: rgb(187,225,69); }
div.DivClassName
{
background-color: #BBE145;
}
.BgClassName
{
background-color: #BBE145;
}
</style>
border-color css
<style>
span { border-color: #BBE145; }
span { border-color: rgb(187,225,69); }
td.TdClassName
{
border-color: #BBE145;
}
.TagClassName
{
border-color: #BBE145;
}
</style>