Shades of Earls Green #B2AD2F
Tints of Earls Green #B2AD2F
RGB
CMYK
RGB Variations
Color information
#B2AD2F (or 0xB2AD2F) is known color: Earls Green. HEX triplet: B2, AD and 2F. RGB value is (178,173,47). Sum of RGB (Red+Green+Blue) = 178+173+47=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD2F is #4D52D0. Grayscale: #A0A0A0. Windows color (decimal): -5067473 or 3124658. OLE color: 3124658.
HSL color Cylindrical-coordinate representation of color #B2AD2F: hue angle of 57.71º degrees, saturation: 0.58, 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 #B2AD2F is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 47 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.30 |
| HSL | 57.71º | 0.58% | 0.44% | - |
| HSV(B) | 57.71º | 0.74% | 0.7% | - |
| XYZ | 33.82 | 39.56 | 8.54 | - |
| YUV | 160.13 | 64.16 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 47 | 0 | 0.03 | 0.74 | 0.30 | 57.71 | 0.58 | 0.44 |
| Hex | B2 | AD | 2F | 0 | 3 | 4A | 1E | 3A | 3A | 2C |
| Octal | 262 | 255 | 57 | 0 | 3 | 112 | 36 | 72 | 72 | 54 |
| Binary | 10110010 | 10101101 | 101111 | 0 | 11 | 1001010 | 11110 | 111010 | 111010 | 101100 |
Color Harmonies of #B2AD2F
Complementary color
Monochromatic Colors of #B2AD2F
Black with #B2AD2F
Text Example
Text Example
White with #B2AD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD2F; }
p { color: rgb(178,173,47); }
H1.HeaderClassName
{
color: #B2AD2F;
}
.AnyTagClassName
{
color: #B2AD2F;
}
</style>
background-color css
<style>
a { background-color: #B2AD2F; }
a { background-color: rgb(178,173,47); }
div.DivClassName
{
background-color: #B2AD2F;
}
.BgClassName
{
background-color: #B2AD2F;
}
</style>
border-color css
<style>
span { border-color: #B2AD2F; }
span { border-color: rgb(178,173,47); }
td.TdClassName
{
border-color: #B2AD2F;
}
.TagClassName
{
border-color: #B2AD2F;
}
</style>