Shades of Earls Green #B2AD2B
Tints of Earls Green #B2AD2B
RGB
CMYK
RGB Variations
Color information
#B2AD2B (or 0xB2AD2B) is known color: Earls Green. HEX triplet: B2, AD and 2B. RGB value is (178,173,43). Sum of RGB (Red+Green+Blue) = 178+173+43=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AD2B is #4D52D4. Grayscale: #A0A0A0. Windows color (decimal): -5067477 or 2862514. OLE color: 2862514.
HSL color Cylindrical-coordinate representation of color #B2AD2B: hue angle of 57.78º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2AD2B is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 43 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.30 |
| HSL | 57.78º | 0.61% | 0.43% | - |
| HSV(B) | 57.78º | 0.76% | 0.7% | - |
| XYZ | 33.74 | 39.53 | 8.14 | - |
| YUV | 159.68 | 62.16 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 43 | 0 | 0.03 | 0.76 | 0.30 | 57.78 | 0.61 | 0.43 |
| Hex | B2 | AD | 2B | 0 | 3 | 4C | 1E | 3A | 3D | 2B |
| Octal | 262 | 255 | 53 | 0 | 3 | 114 | 36 | 72 | 75 | 53 |
| Binary | 10110010 | 10101101 | 101011 | 0 | 11 | 1001100 | 11110 | 111010 | 111101 | 101011 |
Color Harmonies of #B2AD2B
Complementary color
Monochromatic Colors of #B2AD2B
Black with #B2AD2B
Text Example
Text Example
White with #B2AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD2B; }
p { color: rgb(178,173,43); }
H1.HeaderClassName
{
color: #B2AD2B;
}
.AnyTagClassName
{
color: #B2AD2B;
}
</style>
background-color css
<style>
a { background-color: #B2AD2B; }
a { background-color: rgb(178,173,43); }
div.DivClassName
{
background-color: #B2AD2B;
}
.BgClassName
{
background-color: #B2AD2B;
}
</style>
border-color css
<style>
span { border-color: #B2AD2B; }
span { border-color: rgb(178,173,43); }
td.TdClassName
{
border-color: #B2AD2B;
}
.TagClassName
{
border-color: #B2AD2B;
}
</style>