Shades of Earls Green #B3AF2E
Tints of Earls Green #B3AF2E
RGB
CMYK
RGB Variations
Color information
#B3AF2E (or 0xB3AF2E) is known color: Earls Green. HEX triplet: B3, AF and 2E. RGB value is (179,175,46). Sum of RGB (Red+Green+Blue) = 179+175+46=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AF2E is #4C50D1. Grayscale: #A2A2A2. Windows color (decimal): -5001426 or 3059635. OLE color: 3059635.
HSL color Cylindrical-coordinate representation of color #B3AF2E: hue angle of 58.2º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3AF2E is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 175 | 46 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.30 |
| HSL | 58.2º | 0.59% | 0.44% | - |
| HSV(B) | 58.2º | 0.74% | 0.7% | - |
| XYZ | 34.41 | 40.44 | 8.58 | - |
| YUV | 161.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 46 | 0 | 0.02 | 0.74 | 0.30 | 58.2 | 0.59 | 0.44 |
| Hex | B3 | AF | 2E | 0 | 2 | 4A | 1E | 3A | 3B | 2C |
| Octal | 263 | 257 | 56 | 0 | 2 | 112 | 36 | 72 | 73 | 54 |
| Binary | 10110011 | 10101111 | 101110 | 0 | 10 | 1001010 | 11110 | 111010 | 111011 | 101100 |
Color Harmonies of #B3AF2E
Complementary color
Monochromatic Colors of #B3AF2E
Black with #B3AF2E
Text Example
Text Example
White with #B3AF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AF2E; }
p { color: rgb(179,175,46); }
H1.HeaderClassName
{
color: #B3AF2E;
}
.AnyTagClassName
{
color: #B3AF2E;
}
</style>
background-color css
<style>
a { background-color: #B3AF2E; }
a { background-color: rgb(179,175,46); }
div.DivClassName
{
background-color: #B3AF2E;
}
.BgClassName
{
background-color: #B3AF2E;
}
</style>
border-color css
<style>
span { border-color: #B3AF2E; }
span { border-color: rgb(179,175,46); }
td.TdClassName
{
border-color: #B3AF2E;
}
.TagClassName
{
border-color: #B3AF2E;
}
</style>