Shades of Earls Green #BBAF19
Tints of Earls Green #BBAF19
RGB
CMYK
RGB Variations
Color information
#BBAF19 (or 0xBBAF19) is known color: Earls Green. HEX triplet: BB, AF and 19. RGB value is (187,175,25). Sum of RGB (Red+Green+Blue) = 187+175+25=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF19 is #4450E6. Grayscale: #A2A2A2. Windows color (decimal): -4477159 or 1683387. OLE color: 1683387.
HSL color Cylindrical-coordinate representation of color #BBAF19: hue angle of 55.56º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBAF19 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 25 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.27 |
| HSL | 55.56º | 0.76% | 0.42% | - |
| HSV(B) | 55.56º | 0.87% | 0.73% | - |
| XYZ | 36 | 41.29 | 6.99 | - |
| YUV | 161.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 25 | 0 | 0.06 | 0.87 | 0.27 | 55.56 | 0.76 | 0.42 |
| Hex | BB | AF | 19 | 0 | 6 | 57 | 1B | 38 | 4C | 2A |
| Octal | 273 | 257 | 31 | 0 | 6 | 127 | 33 | 70 | 114 | 52 |
| Binary | 10111011 | 10101111 | 11001 | 0 | 110 | 1010111 | 11011 | 111000 | 1001100 | 101010 |
Color Harmonies of #BBAF19
Complementary color
Monochromatic Colors of #BBAF19
Black with #BBAF19
Text Example
Text Example
White with #BBAF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF19; }
p { color: rgb(187,175,25); }
H1.HeaderClassName
{
color: #BBAF19;
}
.AnyTagClassName
{
color: #BBAF19;
}
</style>
background-color css
<style>
a { background-color: #BBAF19; }
a { background-color: rgb(187,175,25); }
div.DivClassName
{
background-color: #BBAF19;
}
.BgClassName
{
background-color: #BBAF19;
}
</style>
border-color css
<style>
span { border-color: #BBAF19; }
span { border-color: rgb(187,175,25); }
td.TdClassName
{
border-color: #BBAF19;
}
.TagClassName
{
border-color: #BBAF19;
}
</style>