Shades of Earls Green #B2A92D
Tints of Earls Green #B2A92D
RGB
CMYK
RGB Variations
Color information
#B2A92D (or 0xB2A92D) is known color: Earls Green. HEX triplet: B2, A9 and 2D. RGB value is (178,169,45). Sum of RGB (Red+Green+Blue) = 178+169+45=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A92D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A92D is #4D56D2. Grayscale: #9E9E9E. Windows color (decimal): -5068499 or 2992562. OLE color: 2992562.
HSL color Cylindrical-coordinate representation of color #B2A92D: hue angle of 55.94º 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 #B2A92D is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 169 | 45 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.30 |
| HSL | 55.94º | 0.6% | 0.44% | - |
| HSV(B) | 55.94º | 0.75% | 0.7% | - |
| XYZ | 33.02 | 38.03 | 8.08 | - |
| YUV | 157.56 | 64.48 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 169 | 45 | 0 | 0.05 | 0.75 | 0.30 | 55.94 | 0.6 | 0.44 |
| Hex | B2 | A9 | 2D | 0 | 5 | 4B | 1E | 38 | 3C | 2C |
| Octal | 262 | 251 | 55 | 0 | 5 | 113 | 36 | 70 | 74 | 54 |
| Binary | 10110010 | 10101001 | 101101 | 0 | 101 | 1001011 | 11110 | 111000 | 111100 | 101100 |
Color Harmonies of #B2A92D
Complementary color
Monochromatic Colors of #B2A92D
Black with #B2A92D
Text Example
Text Example
White with #B2A92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A92D; }
p { color: rgb(178,169,45); }
H1.HeaderClassName
{
color: #B2A92D;
}
.AnyTagClassName
{
color: #B2A92D;
}
</style>
background-color css
<style>
a { background-color: #B2A92D; }
a { background-color: rgb(178,169,45); }
div.DivClassName
{
background-color: #B2A92D;
}
.BgClassName
{
background-color: #B2A92D;
}
</style>
border-color css
<style>
span { border-color: #B2A92D; }
span { border-color: rgb(178,169,45); }
td.TdClassName
{
border-color: #B2A92D;
}
.TagClassName
{
border-color: #B2A92D;
}
</style>