Shades of Earls Green #B5A527
Tints of Earls Green #B5A527
RGB
CMYK
RGB Variations
Color information
#B5A527 (or 0xB5A527) is known color: Earls Green. HEX triplet: B5, A5 and 27. RGB value is (181,165,39). Sum of RGB (Red+Green+Blue) = 181+165+39=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A527 is #4A5AD8. Grayscale: #9B9B9B. Windows color (decimal): -4872921 or 2598325. OLE color: 2598325.
HSL color Cylindrical-coordinate representation of color #B5A527: hue angle of 53.24º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5A527 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 165 | 39 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.29 |
| HSL | 53.24º | 0.65% | 0.43% | - |
| HSV(B) | 53.24º | 0.78% | 0.71% | - |
| XYZ | 32.88 | 36.88 | 7.31 | - |
| YUV | 155.42 | 62.3 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 165 | 39 | 0 | 0.09 | 0.78 | 0.29 | 53.24 | 0.65 | 0.43 |
| Hex | B5 | A5 | 27 | 0 | 9 | 4E | 1D | 35 | 41 | 2B |
| Octal | 265 | 245 | 47 | 0 | 11 | 116 | 35 | 65 | 101 | 53 |
| Binary | 10110101 | 10100101 | 100111 | 0 | 1001 | 1001110 | 11101 | 110101 | 1000001 | 101011 |
Color Harmonies of #B5A527
Complementary color
Monochromatic Colors of #B5A527
Black with #B5A527
Text Example
Text Example
White with #B5A527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A527; }
p { color: rgb(181,165,39); }
H1.HeaderClassName
{
color: #B5A527;
}
.AnyTagClassName
{
color: #B5A527;
}
</style>
background-color css
<style>
a { background-color: #B5A527; }
a { background-color: rgb(181,165,39); }
div.DivClassName
{
background-color: #B5A527;
}
.BgClassName
{
background-color: #B5A527;
}
</style>
border-color css
<style>
span { border-color: #B5A527; }
span { border-color: rgb(181,165,39); }
td.TdClassName
{
border-color: #B5A527;
}
.TagClassName
{
border-color: #B5A527;
}
</style>