Shades of Earls Green #BBA80F
Tints of Earls Green #BBA80F
RGB
CMYK
RGB Variations
Color information
#BBA80F (or 0xBBA80F) is known color: Earls Green. HEX triplet: BB, A8 and 0F. RGB value is (187,168,15). Sum of RGB (Red+Green+Blue) = 187+168+15=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA80F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA80F is #4457F0. Grayscale: #9C9C9C. Windows color (decimal): -4478961 or 1026235. OLE color: 1026235.
HSL color Cylindrical-coordinate representation of color #BBA80F: hue angle of 53.37º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBA80F is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 15 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.27 |
| HSL | 53.37º | 0.85% | 0.4% | - |
| HSV(B) | 53.37º | 0.92% | 0.73% | - |
| XYZ | 34.58 | 38.6 | 6.08 | - |
| YUV | 156.24 | 48.29 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 15 | 0 | 0.10 | 0.92 | 0.27 | 53.37 | 0.85 | 0.4 |
| Hex | BB | A8 | F | 0 | A | 5C | 1B | 35 | 55 | 28 |
| Octal | 273 | 250 | 17 | 0 | 12 | 134 | 33 | 65 | 125 | 50 |
| Binary | 10111011 | 10101000 | 1111 | 0 | 1010 | 1011100 | 11011 | 110101 | 1010101 | 101000 |
Color Harmonies of #BBA80F
Complementary color
Monochromatic Colors of #BBA80F
Black with #BBA80F
Text Example
Text Example
White with #BBA80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA80F; }
p { color: rgb(187,168,15); }
H1.HeaderClassName
{
color: #BBA80F;
}
.AnyTagClassName
{
color: #BBA80F;
}
</style>
background-color css
<style>
a { background-color: #BBA80F; }
a { background-color: rgb(187,168,15); }
div.DivClassName
{
background-color: #BBA80F;
}
.BgClassName
{
background-color: #BBA80F;
}
</style>
border-color css
<style>
span { border-color: #BBA80F; }
span { border-color: rgb(187,168,15); }
td.TdClassName
{
border-color: #BBA80F;
}
.TagClassName
{
border-color: #BBA80F;
}
</style>