Shades of Earls Green #BCB31A
Tints of Earls Green #BCB31A
RGB
CMYK
RGB Variations
Color information
#BCB31A (or 0xBCB31A) is known color: Earls Green. HEX triplet: BC, B3 and 1A. RGB value is (188,179,26). Sum of RGB (Red+Green+Blue) = 188+179+26=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB31A is #434CE5. Grayscale: #A4A4A4. Windows color (decimal): -4410598 or 1749948. OLE color: 1749948.
HSL color Cylindrical-coordinate representation of color #BCB31A: hue angle of 56.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCB31A is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 26 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.26 |
| HSL | 56.67º | 0.76% | 0.42% | - |
| HSV(B) | 56.67º | 0.86% | 0.74% | - |
| XYZ | 37.05 | 43.01 | 7.33 | - |
| YUV | 164.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 26 | 0 | 0.05 | 0.86 | 0.26 | 56.67 | 0.76 | 0.42 |
| Hex | BC | B3 | 1A | 0 | 5 | 56 | 1A | 39 | 4C | 2A |
| Octal | 274 | 263 | 32 | 0 | 5 | 126 | 32 | 71 | 114 | 52 |
| Binary | 10111100 | 10110011 | 11010 | 0 | 101 | 1010110 | 11010 | 111001 | 1001100 | 101010 |
Color Harmonies of #BCB31A
Complementary color
Monochromatic Colors of #BCB31A
Black with #BCB31A
Text Example
Text Example
White with #BCB31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB31A; }
p { color: rgb(188,179,26); }
H1.HeaderClassName
{
color: #BCB31A;
}
.AnyTagClassName
{
color: #BCB31A;
}
</style>
background-color css
<style>
a { background-color: #BCB31A; }
a { background-color: rgb(188,179,26); }
div.DivClassName
{
background-color: #BCB31A;
}
.BgClassName
{
background-color: #BCB31A;
}
</style>
border-color css
<style>
span { border-color: #BCB31A; }
span { border-color: rgb(188,179,26); }
td.TdClassName
{
border-color: #BCB31A;
}
.TagClassName
{
border-color: #BCB31A;
}
</style>