Shades of Earls Green #BBA51B
Tints of Earls Green #BBA51B
RGB
CMYK
RGB Variations
Color information
#BBA51B (or 0xBBA51B) is known color: Earls Green. HEX triplet: BB, A5 and 1B. RGB value is (187,165,27). Sum of RGB (Red+Green+Blue) = 187+165+27=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA51B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA51B is #445AE4. Grayscale: #9C9C9C. Windows color (decimal): -4479717 or 1811899. OLE color: 1811899.
HSL color Cylindrical-coordinate representation of color #BBA51B: hue angle of 51.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBA51B is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 27 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.27 |
| HSL | 51.75º | 0.75% | 0.42% | - |
| HSV(B) | 51.75º | 0.86% | 0.73% | - |
| XYZ | 34.15 | 37.55 | 6.49 | - |
| YUV | 155.85 | 55.29 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 27 | 0 | 0.12 | 0.86 | 0.27 | 51.75 | 0.75 | 0.42 |
| Hex | BB | A5 | 1B | 0 | C | 56 | 1B | 34 | 4B | 2A |
| Octal | 273 | 245 | 33 | 0 | 14 | 126 | 33 | 64 | 113 | 52 |
| Binary | 10111011 | 10100101 | 11011 | 0 | 1100 | 1010110 | 11011 | 110100 | 1001011 | 101010 |
Color Harmonies of #BBA51B
Complementary color
Monochromatic Colors of #BBA51B
Black with #BBA51B
Text Example
Text Example
White with #BBA51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA51B; }
p { color: rgb(187,165,27); }
H1.HeaderClassName
{
color: #BBA51B;
}
.AnyTagClassName
{
color: #BBA51B;
}
</style>
background-color css
<style>
a { background-color: #BBA51B; }
a { background-color: rgb(187,165,27); }
div.DivClassName
{
background-color: #BBA51B;
}
.BgClassName
{
background-color: #BBA51B;
}
</style>
border-color css
<style>
span { border-color: #BBA51B; }
span { border-color: rgb(187,165,27); }
td.TdClassName
{
border-color: #BBA51B;
}
.TagClassName
{
border-color: #BBA51B;
}
</style>