Shades of Earls Green #B1B023
Tints of Earls Green #B1B023
RGB
CMYK
RGB Variations
Color information
#B1B023 (or 0xB1B023) is known color: Earls Green. HEX triplet: B1, B0 and 23. RGB value is (177,176,35). Sum of RGB (Red+Green+Blue) = 177+176+35=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1B023 is #4E4FDC. Grayscale: #A0A0A0. Windows color (decimal): -5132253 or 2338993. OLE color: 2338993.
HSL color Cylindrical-coordinate representation of color #B1B023: hue angle of 59.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1B023 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 35 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.31 |
| HSL | 59.58º | 0.67% | 0.42% | - |
| HSV(B) | 59.58º | 0.8% | 0.69% | - |
| XYZ | 33.96 | 40.52 | 7.62 | - |
| YUV | 160.23 | 57.33 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 35 | 0 | 0.01 | 0.80 | 0.31 | 59.58 | 0.67 | 0.42 |
| Hex | B1 | B0 | 23 | 0 | 1 | 50 | 1F | 3C | 43 | 2A |
| Octal | 261 | 260 | 43 | 0 | 1 | 120 | 37 | 74 | 103 | 52 |
| Binary | 10110001 | 10110000 | 100011 | 0 | 1 | 1010000 | 11111 | 111100 | 1000011 | 101010 |
Color Harmonies of #B1B023
Complementary color
Monochromatic Colors of #B1B023
Black with #B1B023
Text Example
Text Example
White with #B1B023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B023; }
p { color: rgb(177,176,35); }
H1.HeaderClassName
{
color: #B1B023;
}
.AnyTagClassName
{
color: #B1B023;
}
</style>
background-color css
<style>
a { background-color: #B1B023; }
a { background-color: rgb(177,176,35); }
div.DivClassName
{
background-color: #B1B023;
}
.BgClassName
{
background-color: #B1B023;
}
</style>
border-color css
<style>
span { border-color: #B1B023; }
span { border-color: rgb(177,176,35); }
td.TdClassName
{
border-color: #B1B023;
}
.TagClassName
{
border-color: #B1B023;
}
</style>