Shades of Earls Green #B2AD2D
Tints of Earls Green #B2AD2D
RGB
CMYK
RGB Variations
Color information
#B2AD2D (or 0xB2AD2D) is known color: Earls Green. HEX triplet: B2, AD and 2D. RGB value is (178,173,45). Sum of RGB (Red+Green+Blue) = 178+173+45=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD2D is #4D52D2. Grayscale: #A0A0A0. Windows color (decimal): -5067475 or 2993586. OLE color: 2993586.
HSL color Cylindrical-coordinate representation of color #B2AD2D: hue angle of 57.74º 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 #B2AD2D is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 45 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.30 |
| HSL | 57.74º | 0.6% | 0.44% | - |
| HSV(B) | 57.74º | 0.75% | 0.7% | - |
| XYZ | 33.78 | 39.54 | 8.33 | - |
| YUV | 159.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 45 | 0 | 0.03 | 0.75 | 0.30 | 57.74 | 0.6 | 0.44 |
| Hex | B2 | AD | 2D | 0 | 3 | 4B | 1E | 3A | 3C | 2C |
| Octal | 262 | 255 | 55 | 0 | 3 | 113 | 36 | 72 | 74 | 54 |
| Binary | 10110010 | 10101101 | 101101 | 0 | 11 | 1001011 | 11110 | 111010 | 111100 | 101100 |
Color Harmonies of #B2AD2D
Complementary color
Monochromatic Colors of #B2AD2D
Black with #B2AD2D
Text Example
Text Example
White with #B2AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD2D; }
p { color: rgb(178,173,45); }
H1.HeaderClassName
{
color: #B2AD2D;
}
.AnyTagClassName
{
color: #B2AD2D;
}
</style>
background-color css
<style>
a { background-color: #B2AD2D; }
a { background-color: rgb(178,173,45); }
div.DivClassName
{
background-color: #B2AD2D;
}
.BgClassName
{
background-color: #B2AD2D;
}
</style>
border-color css
<style>
span { border-color: #B2AD2D; }
span { border-color: rgb(178,173,45); }
td.TdClassName
{
border-color: #B2AD2D;
}
.TagClassName
{
border-color: #B2AD2D;
}
</style>