Shades of Earls Green #B2B327
Tints of Earls Green #B2B327
RGB
CMYK
RGB Variations
Color information
#B2B327 (or 0xB2B327) is known color: Earls Green. HEX triplet: B2, B3 and 27. RGB value is (178,179,39). Sum of RGB (Red+Green+Blue) = 178+179+39=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B327 is #4D4CD8. Grayscale: #A3A3A3. Windows color (decimal): -5065945 or 2601906. OLE color: 2601906.
HSL color Cylindrical-coordinate representation of color #B2B327: hue angle of 60.43º degrees, saturation: 0.64, 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 #B2B327 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 39 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.30 |
| HSL | 60.43º | 0.64% | 0.43% | - |
| HSV(B) | 60.43º | 0.78% | 0.7% | - |
| XYZ | 34.85 | 41.85 | 8.16 | - |
| YUV | 162.74 | 58.17 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 39 | 0.01 | 0 | 0.78 | 0.30 | 60.43 | 0.64 | 0.43 |
| Hex | B2 | B3 | 27 | 1 | 0 | 4E | 1E | 3C | 40 | 2B |
| Octal | 262 | 263 | 47 | 1 | 0 | 116 | 36 | 74 | 100 | 53 |
| Binary | 10110010 | 10110011 | 100111 | 1 | 0 | 1001110 | 11110 | 111100 | 1000000 | 101011 |
Color Harmonies of #B2B327
Complementary color
Monochromatic Colors of #B2B327
Black with #B2B327
Text Example
Text Example
White with #B2B327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B327; }
p { color: rgb(178,179,39); }
H1.HeaderClassName
{
color: #B2B327;
}
.AnyTagClassName
{
color: #B2B327;
}
</style>
background-color css
<style>
a { background-color: #B2B327; }
a { background-color: rgb(178,179,39); }
div.DivClassName
{
background-color: #B2B327;
}
.BgClassName
{
background-color: #B2B327;
}
</style>
border-color css
<style>
span { border-color: #B2B327; }
span { border-color: rgb(178,179,39); }
td.TdClassName
{
border-color: #B2B327;
}
.TagClassName
{
border-color: #B2B327;
}
</style>