Shades of Earls Green #B0B326
Tints of Earls Green #B0B326
RGB
CMYK
RGB Variations
Color information
#B0B326 (or 0xB0B326) is known color: Earls Green. HEX triplet: B0, B3 and 26. RGB value is (176,179,38). Sum of RGB (Red+Green+Blue) = 176+179+38=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B326 is #4F4CD9. Grayscale: #A2A2A2. Windows color (decimal): -5197018 or 2536368. OLE color: 2536368.
HSL color Cylindrical-coordinate representation of color #B0B326: hue angle of 61.28º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0B326 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 38 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.30 |
| HSL | 61.28º | 0.65% | 0.43% | - |
| HSV(B) | 61.28º | 0.79% | 0.7% | - |
| XYZ | 34.37 | 41.61 | 8.05 | - |
| YUV | 162.03 | 58.01 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 38 | 0.02 | 0 | 0.79 | 0.30 | 61.28 | 0.65 | 0.43 |
| Hex | B0 | B3 | 26 | 2 | 0 | 4F | 1E | 3D | 41 | 2B |
| Octal | 260 | 263 | 46 | 2 | 0 | 117 | 36 | 75 | 101 | 53 |
| Binary | 10110000 | 10110011 | 100110 | 10 | 0 | 1001111 | 11110 | 111101 | 1000001 | 101011 |
Color Harmonies of #B0B326
Complementary color
Monochromatic Colors of #B0B326
Black with #B0B326
Text Example
Text Example
White with #B0B326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B326; }
p { color: rgb(176,179,38); }
H1.HeaderClassName
{
color: #B0B326;
}
.AnyTagClassName
{
color: #B0B326;
}
</style>
background-color css
<style>
a { background-color: #B0B326; }
a { background-color: rgb(176,179,38); }
div.DivClassName
{
background-color: #B0B326;
}
.BgClassName
{
background-color: #B0B326;
}
</style>
border-color css
<style>
span { border-color: #B0B326; }
span { border-color: rgb(176,179,38); }
td.TdClassName
{
border-color: #B0B326;
}
.TagClassName
{
border-color: #B0B326;
}
</style>