Shades of Earls Green #BCB426
Tints of Earls Green #BCB426
RGB
CMYK
RGB Variations
Color information
#BCB426 (or 0xBCB426) is known color: Earls Green. HEX triplet: BC, B4 and 26. RGB value is (188,180,38). Sum of RGB (Red+Green+Blue) = 188+180+38=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB426 is #434BD9. Grayscale: #A6A6A6. Windows color (decimal): -4410330 or 2536636. OLE color: 2536636.
HSL color Cylindrical-coordinate representation of color #BCB426: hue angle of 56.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCB426 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 38 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.26 |
| HSL | 56.8º | 0.66% | 0.44% | - |
| HSV(B) | 56.8º | 0.8% | 0.74% | - |
| XYZ | 37.41 | 43.47 | 8.25 | - |
| YUV | 166.2 | 55.65 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 38 | 0 | 0.04 | 0.80 | 0.26 | 56.8 | 0.66 | 0.44 |
| Hex | BC | B4 | 26 | 0 | 4 | 50 | 1A | 39 | 42 | 2C |
| Octal | 274 | 264 | 46 | 0 | 4 | 120 | 32 | 71 | 102 | 54 |
| Binary | 10111100 | 10110100 | 100110 | 0 | 100 | 1010000 | 11010 | 111001 | 1000010 | 101100 |
Color Harmonies of #BCB426
Complementary color
Monochromatic Colors of #BCB426
Black with #BCB426
Text Example
Text Example
White with #BCB426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB426; }
p { color: rgb(188,180,38); }
H1.HeaderClassName
{
color: #BCB426;
}
.AnyTagClassName
{
color: #BCB426;
}
</style>
background-color css
<style>
a { background-color: #BCB426; }
a { background-color: rgb(188,180,38); }
div.DivClassName
{
background-color: #BCB426;
}
.BgClassName
{
background-color: #BCB426;
}
</style>
border-color css
<style>
span { border-color: #BCB426; }
span { border-color: rgb(188,180,38); }
td.TdClassName
{
border-color: #BCB426;
}
.TagClassName
{
border-color: #BCB426;
}
</style>