Shades of Earls Green #B2B325
Tints of Earls Green #B2B325
RGB
CMYK
RGB Variations
Color information
#B2B325 (or 0xB2B325) is known color: Earls Green. HEX triplet: B2, B3 and 25. RGB value is (178,179,37). Sum of RGB (Red+Green+Blue) = 178+179+37=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B325 is #4D4CDA. Grayscale: #A3A3A3. Windows color (decimal): -5065947 or 2470834. OLE color: 2470834.
HSL color Cylindrical-coordinate representation of color #B2B325: hue angle of 60.42º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2B325 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 37 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.30 |
| HSL | 60.42º | 0.66% | 0.42% | - |
| HSV(B) | 60.42º | 0.79% | 0.7% | - |
| XYZ | 34.81 | 41.84 | 7.99 | - |
| YUV | 162.51 | 57.17 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 37 | 0.01 | 0 | 0.79 | 0.30 | 60.42 | 0.66 | 0.42 |
| Hex | B2 | B3 | 25 | 1 | 0 | 4F | 1E | 3C | 42 | 2A |
| Octal | 262 | 263 | 45 | 1 | 0 | 117 | 36 | 74 | 102 | 52 |
| Binary | 10110010 | 10110011 | 100101 | 1 | 0 | 1001111 | 11110 | 111100 | 1000010 | 101010 |
Color Harmonies of #B2B325
Complementary color
Monochromatic Colors of #B2B325
Black with #B2B325
Text Example
Text Example
White with #B2B325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B325; }
p { color: rgb(178,179,37); }
H1.HeaderClassName
{
color: #B2B325;
}
.AnyTagClassName
{
color: #B2B325;
}
</style>
background-color css
<style>
a { background-color: #B2B325; }
a { background-color: rgb(178,179,37); }
div.DivClassName
{
background-color: #B2B325;
}
.BgClassName
{
background-color: #B2B325;
}
</style>
border-color css
<style>
span { border-color: #B2B325; }
span { border-color: rgb(178,179,37); }
td.TdClassName
{
border-color: #B2B325;
}
.TagClassName
{
border-color: #B2B325;
}
</style>