Shades of Earls Green #B5AD2A
Tints of Earls Green #B5AD2A
RGB
CMYK
RGB Variations
Color information
#B5AD2A (or 0xB5AD2A) is known color: Earls Green. HEX triplet: B5, AD and 2A. RGB value is (181,173,42). Sum of RGB (Red+Green+Blue) = 181+173+42=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD2A is #4A52D5. Grayscale: #A0A0A0. Windows color (decimal): -4870870 or 2796981. OLE color: 2796981.
HSL color Cylindrical-coordinate representation of color #B5AD2A: hue angle of 56.55º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5AD2A is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 42 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.29 |
| HSL | 56.55º | 0.62% | 0.44% | - |
| HSV(B) | 56.55º | 0.77% | 0.71% | - |
| XYZ | 34.42 | 39.88 | 8.07 | - |
| YUV | 160.46 | 61.15 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 42 | 0 | 0.04 | 0.77 | 0.29 | 56.55 | 0.62 | 0.44 |
| Hex | B5 | AD | 2A | 0 | 4 | 4D | 1D | 39 | 3E | 2C |
| Octal | 265 | 255 | 52 | 0 | 4 | 115 | 35 | 71 | 76 | 54 |
| Binary | 10110101 | 10101101 | 101010 | 0 | 100 | 1001101 | 11101 | 111001 | 111110 | 101100 |
Color Harmonies of #B5AD2A
Complementary color
Monochromatic Colors of #B5AD2A
Black with #B5AD2A
Text Example
Text Example
White with #B5AD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD2A; }
p { color: rgb(181,173,42); }
H1.HeaderClassName
{
color: #B5AD2A;
}
.AnyTagClassName
{
color: #B5AD2A;
}
</style>
background-color css
<style>
a { background-color: #B5AD2A; }
a { background-color: rgb(181,173,42); }
div.DivClassName
{
background-color: #B5AD2A;
}
.BgClassName
{
background-color: #B5AD2A;
}
</style>
border-color css
<style>
span { border-color: #B5AD2A; }
span { border-color: rgb(181,173,42); }
td.TdClassName
{
border-color: #B5AD2A;
}
.TagClassName
{
border-color: #B5AD2A;
}
</style>