Shades of Earls Green #B2A628
Tints of Earls Green #B2A628
RGB
CMYK
RGB Variations
Color information
#B2A628 (or 0xB2A628) is known color: Earls Green. HEX triplet: B2, A6 and 28. RGB value is (178,166,40). Sum of RGB (Red+Green+Blue) = 178+166+40=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A628 is #4D59D7. Grayscale: #9B9B9B. Windows color (decimal): -5069272 or 2664114. OLE color: 2664114.
HSL color Cylindrical-coordinate representation of color #B2A628: hue angle of 54.78º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2A628 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 40 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.30 |
| HSL | 54.78º | 0.63% | 0.43% | - |
| HSV(B) | 54.78º | 0.78% | 0.7% | - |
| XYZ | 32.38 | 36.89 | 7.42 | - |
| YUV | 155.22 | 62.98 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 40 | 0 | 0.07 | 0.78 | 0.30 | 54.78 | 0.63 | 0.43 |
| Hex | B2 | A6 | 28 | 0 | 7 | 4E | 1E | 37 | 3F | 2B |
| Octal | 262 | 246 | 50 | 0 | 7 | 116 | 36 | 67 | 77 | 53 |
| Binary | 10110010 | 10100110 | 101000 | 0 | 111 | 1001110 | 11110 | 110111 | 111111 | 101011 |
Color Harmonies of #B2A628
Complementary color
Monochromatic Colors of #B2A628
Black with #B2A628
Text Example
Text Example
White with #B2A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A628; }
p { color: rgb(178,166,40); }
H1.HeaderClassName
{
color: #B2A628;
}
.AnyTagClassName
{
color: #B2A628;
}
</style>
background-color css
<style>
a { background-color: #B2A628; }
a { background-color: rgb(178,166,40); }
div.DivClassName
{
background-color: #B2A628;
}
.BgClassName
{
background-color: #B2A628;
}
</style>
border-color css
<style>
span { border-color: #B2A628; }
span { border-color: rgb(178,166,40); }
td.TdClassName
{
border-color: #B2A628;
}
.TagClassName
{
border-color: #B2A628;
}
</style>