Shades of Earls Green #B3AB2D
Tints of Earls Green #B3AB2D
RGB
CMYK
RGB Variations
Color information
#B3AB2D (or 0xB3AB2D) is known color: Earls Green. HEX triplet: B3, AB and 2D. RGB value is (179,171,45). Sum of RGB (Red+Green+Blue) = 179+171+45=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AB2D is #4C54D2. Grayscale: #9F9F9F. Windows color (decimal): -5002451 or 2993075. OLE color: 2993075.
HSL color Cylindrical-coordinate representation of color #B3AB2D: hue angle of 56.42º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3AB2D is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 171 | 45 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.30 |
| HSL | 56.42º | 0.6% | 0.44% | - |
| HSV(B) | 56.42º | 0.75% | 0.7% | - |
| XYZ | 33.63 | 38.9 | 8.22 | - |
| YUV | 159.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 45 | 0 | 0.04 | 0.75 | 0.30 | 56.42 | 0.6 | 0.44 |
| Hex | B3 | AB | 2D | 0 | 4 | 4B | 1E | 38 | 3C | 2C |
| Octal | 263 | 253 | 55 | 0 | 4 | 113 | 36 | 70 | 74 | 54 |
| Binary | 10110011 | 10101011 | 101101 | 0 | 100 | 1001011 | 11110 | 111000 | 111100 | 101100 |
Color Harmonies of #B3AB2D
Complementary color
Monochromatic Colors of #B3AB2D
Black with #B3AB2D
Text Example
Text Example
White with #B3AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AB2D; }
p { color: rgb(179,171,45); }
H1.HeaderClassName
{
color: #B3AB2D;
}
.AnyTagClassName
{
color: #B3AB2D;
}
</style>
background-color css
<style>
a { background-color: #B3AB2D; }
a { background-color: rgb(179,171,45); }
div.DivClassName
{
background-color: #B3AB2D;
}
.BgClassName
{
background-color: #B3AB2D;
}
</style>
border-color css
<style>
span { border-color: #B3AB2D; }
span { border-color: rgb(179,171,45); }
td.TdClassName
{
border-color: #B3AB2D;
}
.TagClassName
{
border-color: #B3AB2D;
}
</style>