Shades of Earls Green #B7B123
Tints of Earls Green #B7B123
RGB
CMYK
RGB Variations
Color information
#B7B123 (or 0xB7B123) is known color: Earls Green. HEX triplet: B7, B1 and 23. RGB value is (183,177,35). Sum of RGB (Red+Green+Blue) = 183+177+35=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 35 (14.06% from 255 or 8.86% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B123 is #484EDC. Grayscale: #A3A3A3. Windows color (decimal): -4738781 or 2339255. OLE color: 2339255.
HSL color Cylindrical-coordinate representation of color #B7B123: hue angle of 57.57º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7B123 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 35 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.28 |
| HSL | 57.57º | 0.68% | 0.43% | - |
| HSV(B) | 57.57º | 0.81% | 0.72% | - |
| XYZ | 35.55 | 41.63 | 7.75 | - |
| YUV | 162.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 35 | 0 | 0.03 | 0.81 | 0.28 | 57.57 | 0.68 | 0.43 |
| Hex | B7 | B1 | 23 | 0 | 3 | 51 | 1C | 3A | 44 | 2B |
| Octal | 267 | 261 | 43 | 0 | 3 | 121 | 34 | 72 | 104 | 53 |
| Binary | 10110111 | 10110001 | 100011 | 0 | 11 | 1010001 | 11100 | 111010 | 1000100 | 101011 |
Color Harmonies of #B7B123
Complementary color
Monochromatic Colors of #B7B123
Black with #B7B123
Text Example
Text Example
White with #B7B123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B123; }
p { color: rgb(183,177,35); }
H1.HeaderClassName
{
color: #B7B123;
}
.AnyTagClassName
{
color: #B7B123;
}
</style>
background-color css
<style>
a { background-color: #B7B123; }
a { background-color: rgb(183,177,35); }
div.DivClassName
{
background-color: #B7B123;
}
.BgClassName
{
background-color: #B7B123;
}
</style>
border-color css
<style>
span { border-color: #B7B123; }
span { border-color: rgb(183,177,35); }
td.TdClassName
{
border-color: #B7B123;
}
.TagClassName
{
border-color: #B7B123;
}
</style>