Shades of Earls Green #BDB023
Tints of Earls Green #BDB023
RGB
CMYK
RGB Variations
Color information
#BDB023 (or 0xBDB023) is known color: Earls Green. HEX triplet: BD, B0 and 23. RGB value is (189,176,35). Sum of RGB (Red+Green+Blue) = 189+176+35=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 35 (14.06% from 255 or 8.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB023 is #424FDC. Grayscale: #A4A4A4. Windows color (decimal): -4345821 or 2339005. OLE color: 2339005.
HSL color Cylindrical-coordinate representation of color #BDB023: hue angle of 54.94º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDB023 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 35 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.26 |
| HSL | 54.94º | 0.69% | 0.44% | - |
| HSV(B) | 54.94º | 0.81% | 0.74% | - |
| XYZ | 36.81 | 41.99 | 7.75 | - |
| YUV | 163.81 | 55.31 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 35 | 0 | 0.07 | 0.81 | 0.26 | 54.94 | 0.69 | 0.44 |
| Hex | BD | B0 | 23 | 0 | 7 | 51 | 1A | 37 | 45 | 2C |
| Octal | 275 | 260 | 43 | 0 | 7 | 121 | 32 | 67 | 105 | 54 |
| Binary | 10111101 | 10110000 | 100011 | 0 | 111 | 1010001 | 11010 | 110111 | 1000101 | 101100 |
Color Harmonies of #BDB023
Complementary color
Monochromatic Colors of #BDB023
Black with #BDB023
Text Example
Text Example
White with #BDB023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB023; }
p { color: rgb(189,176,35); }
H1.HeaderClassName
{
color: #BDB023;
}
.AnyTagClassName
{
color: #BDB023;
}
</style>
background-color css
<style>
a { background-color: #BDB023; }
a { background-color: rgb(189,176,35); }
div.DivClassName
{
background-color: #BDB023;
}
.BgClassName
{
background-color: #BDB023;
}
</style>
border-color css
<style>
span { border-color: #BDB023; }
span { border-color: rgb(189,176,35); }
td.TdClassName
{
border-color: #BDB023;
}
.TagClassName
{
border-color: #BDB023;
}
</style>