Shades of Earls Green #B3AF2A
Tints of Earls Green #B3AF2A
RGB
CMYK
RGB Variations
Color information
#B3AF2A (or 0xB3AF2A) is known color: Earls Green. HEX triplet: B3, AF and 2A. RGB value is (179,175,42). Sum of RGB (Red+Green+Blue) = 179+175+42=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AF2A is #4C50D5. Grayscale: #A1A1A1. Windows color (decimal): -5001430 or 2797491. OLE color: 2797491.
HSL color Cylindrical-coordinate representation of color #B3AF2A: hue angle of 58.25º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3AF2A is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 175 | 42 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.30 |
| HSL | 58.25º | 0.62% | 0.43% | - |
| HSV(B) | 58.25º | 0.77% | 0.7% | - |
| XYZ | 34.34 | 40.41 | 8.18 | - |
| YUV | 161.03 | 60.83 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 42 | 0 | 0.02 | 0.77 | 0.30 | 58.25 | 0.62 | 0.43 |
| Hex | B3 | AF | 2A | 0 | 2 | 4D | 1E | 3A | 3E | 2B |
| Octal | 263 | 257 | 52 | 0 | 2 | 115 | 36 | 72 | 76 | 53 |
| Binary | 10110011 | 10101111 | 101010 | 0 | 10 | 1001101 | 11110 | 111010 | 111110 | 101011 |
Color Harmonies of #B3AF2A
Complementary color
Monochromatic Colors of #B3AF2A
Black with #B3AF2A
Text Example
Text Example
White with #B3AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AF2A; }
p { color: rgb(179,175,42); }
H1.HeaderClassName
{
color: #B3AF2A;
}
.AnyTagClassName
{
color: #B3AF2A;
}
</style>
background-color css
<style>
a { background-color: #B3AF2A; }
a { background-color: rgb(179,175,42); }
div.DivClassName
{
background-color: #B3AF2A;
}
.BgClassName
{
background-color: #B3AF2A;
}
</style>
border-color css
<style>
span { border-color: #B3AF2A; }
span { border-color: rgb(179,175,42); }
td.TdClassName
{
border-color: #B3AF2A;
}
.TagClassName
{
border-color: #B3AF2A;
}
</style>