Shades of Earls Green #B1B423
Tints of Earls Green #B1B423
RGB
CMYK
RGB Variations
Color information
#B1B423 (or 0xB1B423) is known color: Earls Green. HEX triplet: B1, B4 and 23. RGB value is (177,180,35). Sum of RGB (Red+Green+Blue) = 177+180+35=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B423 is #4E4BDC. Grayscale: #A3A3A3. Windows color (decimal): -5131229 or 2340017. OLE color: 2340017.
HSL color Cylindrical-coordinate representation of color #B1B423: hue angle of 61.24º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1B423 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 180 | 35 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.29 |
| HSL | 61.24º | 0.67% | 0.42% | - |
| HSV(B) | 61.24º | 0.81% | 0.71% | - |
| XYZ | 34.76 | 42.11 | 7.89 | - |
| YUV | 162.57 | 56.01 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 35 | 0.02 | 0 | 0.81 | 0.29 | 61.24 | 0.67 | 0.42 |
| Hex | B1 | B4 | 23 | 2 | 0 | 51 | 1D | 3D | 43 | 2A |
| Octal | 261 | 264 | 43 | 2 | 0 | 121 | 35 | 75 | 103 | 52 |
| Binary | 10110001 | 10110100 | 100011 | 10 | 0 | 1010001 | 11101 | 111101 | 1000011 | 101010 |
Color Harmonies of #B1B423
Complementary color
Monochromatic Colors of #B1B423
Black with #B1B423
Text Example
Text Example
White with #B1B423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B423; }
p { color: rgb(177,180,35); }
H1.HeaderClassName
{
color: #B1B423;
}
.AnyTagClassName
{
color: #B1B423;
}
</style>
background-color css
<style>
a { background-color: #B1B423; }
a { background-color: rgb(177,180,35); }
div.DivClassName
{
background-color: #B1B423;
}
.BgClassName
{
background-color: #B1B423;
}
</style>
border-color css
<style>
span { border-color: #B1B423; }
span { border-color: rgb(177,180,35); }
td.TdClassName
{
border-color: #B1B423;
}
.TagClassName
{
border-color: #B1B423;
}
</style>