Shades of Earls Green #BCA123
Tints of Earls Green #BCA123
RGB
CMYK
RGB Variations
Color information
#BCA123 (or 0xBCA123) is known color: Earls Green. HEX triplet: BC, A1 and 23. RGB value is (188,161,35). Sum of RGB (Red+Green+Blue) = 188+161+35=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 35 (14.06% from 255 or 9.11% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA123 is #435EDC. Grayscale: #9B9B9B. Windows color (decimal): -4415197 or 2335164. OLE color: 2335164.
HSL color Cylindrical-coordinate representation of color #BCA123: hue angle of 49.41º 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 #BCA123 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 35 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.26 |
| HSL | 49.41º | 0.69% | 0.44% | - |
| HSV(B) | 49.41º | 0.81% | 0.74% | - |
| XYZ | 33.79 | 36.3 | 6.82 | - |
| YUV | 154.71 | 60.45 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 35 | 0 | 0.14 | 0.81 | 0.26 | 49.41 | 0.69 | 0.44 |
| Hex | BC | A1 | 23 | 0 | E | 51 | 1A | 31 | 45 | 2C |
| Octal | 274 | 241 | 43 | 0 | 16 | 121 | 32 | 61 | 105 | 54 |
| Binary | 10111100 | 10100001 | 100011 | 0 | 1110 | 1010001 | 11010 | 110001 | 1000101 | 101100 |
Color Harmonies of #BCA123
Complementary color
Monochromatic Colors of #BCA123
Black with #BCA123
Text Example
Text Example
White with #BCA123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA123; }
p { color: rgb(188,161,35); }
H1.HeaderClassName
{
color: #BCA123;
}
.AnyTagClassName
{
color: #BCA123;
}
</style>
background-color css
<style>
a { background-color: #BCA123; }
a { background-color: rgb(188,161,35); }
div.DivClassName
{
background-color: #BCA123;
}
.BgClassName
{
background-color: #BCA123;
}
</style>
border-color css
<style>
span { border-color: #BCA123; }
span { border-color: rgb(188,161,35); }
td.TdClassName
{
border-color: #BCA123;
}
.TagClassName
{
border-color: #BCA123;
}
</style>