Shades of Conifer #BBEA44
Tints of Conifer #BBEA44
RGB
CMYK
RGB Variations
Color information
#BBEA44 (or 0xBBEA44) is known color: Conifer. HEX triplet: BB, EA and 44. RGB value is (187,234,68). Sum of RGB (Red+Green+Blue) = 187+234+68=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEA44 is #4415BB. Grayscale: #C9C9C9. Windows color (decimal): -4462012 or 4516539. OLE color: 4516539.
HSL color Cylindrical-coordinate representation of color #BBEA44: hue angle of 76.99º 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 #BBEA44 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 68 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.08 |
| HSL | 76.99º | 0.8% | 0.59% | - |
| HSV(B) | 76.99º | 0.71% | 0.92% | - |
| XYZ | 50.96 | 69.83 | 16.26 | - |
| YUV | 201.02 | 52.93 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 68 | 0.20 | 0 | 0.71 | 0.08 | 76.99 | 0.8 | 0.59 |
| Hex | BB | EA | 44 | 14 | 0 | 47 | 8 | 4D | 50 | 3B |
| Octal | 273 | 352 | 104 | 24 | 0 | 107 | 10 | 115 | 120 | 73 |
| Binary | 10111011 | 11101010 | 1000100 | 10100 | 0 | 1000111 | 1000 | 1001101 | 1010000 | 111011 |
Color Harmonies of #BBEA44
Complementary color
Monochromatic Colors of #BBEA44
Black with #BBEA44
Text Example
Text Example
White with #BBEA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEA44; }
p { color: rgb(187,234,68); }
H1.HeaderClassName
{
color: #BBEA44;
}
.AnyTagClassName
{
color: #BBEA44;
}
</style>
background-color css
<style>
a { background-color: #BBEA44; }
a { background-color: rgb(187,234,68); }
div.DivClassName
{
background-color: #BBEA44;
}
.BgClassName
{
background-color: #BBEA44;
}
</style>
border-color css
<style>
span { border-color: #BBEA44; }
span { border-color: rgb(187,234,68); }
td.TdClassName
{
border-color: #BBEA44;
}
.TagClassName
{
border-color: #BBEA44;
}
</style>