Shades of Earls Green #BCB61D
Tints of Earls Green #BCB61D
RGB
CMYK
RGB Variations
Color information
#BCB61D (or 0xBCB61D) is known color: Earls Green. HEX triplet: BC, B6 and 1D. RGB value is (188,182,29). Sum of RGB (Red+Green+Blue) = 188+182+29=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB61D is #4349E2. Grayscale: #A6A6A6. Windows color (decimal): -4409827 or 1947324. OLE color: 1947324.
HSL color Cylindrical-coordinate representation of color #BCB61D: hue angle of 57.74º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCB61D is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 29 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.26 |
| HSL | 57.74º | 0.73% | 0.43% | - |
| HSV(B) | 57.74º | 0.85% | 0.74% | - |
| XYZ | 37.69 | 44.24 | 7.71 | - |
| YUV | 166.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 29 | 0 | 0.03 | 0.85 | 0.26 | 57.74 | 0.73 | 0.43 |
| Hex | BC | B6 | 1D | 0 | 3 | 55 | 1A | 3A | 49 | 2B |
| Octal | 274 | 266 | 35 | 0 | 3 | 125 | 32 | 72 | 111 | 53 |
| Binary | 10111100 | 10110110 | 11101 | 0 | 11 | 1010101 | 11010 | 111010 | 1001001 | 101011 |
Color Harmonies of #BCB61D
Complementary color
Monochromatic Colors of #BCB61D
Black with #BCB61D
Text Example
Text Example
White with #BCB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB61D; }
p { color: rgb(188,182,29); }
H1.HeaderClassName
{
color: #BCB61D;
}
.AnyTagClassName
{
color: #BCB61D;
}
</style>
background-color css
<style>
a { background-color: #BCB61D; }
a { background-color: rgb(188,182,29); }
div.DivClassName
{
background-color: #BCB61D;
}
.BgClassName
{
background-color: #BCB61D;
}
</style>
border-color css
<style>
span { border-color: #BCB61D; }
span { border-color: rgb(188,182,29); }
td.TdClassName
{
border-color: #BCB61D;
}
.TagClassName
{
border-color: #BCB61D;
}
</style>