Shades of Earls Green #BCAF23
Tints of Earls Green #BCAF23
RGB
CMYK
RGB Variations
Color information
#BCAF23 (or 0xBCAF23) is known color: Earls Green. HEX triplet: BC, AF and 23. RGB value is (188,175,35). Sum of RGB (Red+Green+Blue) = 188+175+35=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 35 (14.06% from 255 or 8.79% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF23 is #4350DC. Grayscale: #A3A3A3. Windows color (decimal): -4411613 or 2338748. OLE color: 2338748.
HSL color Cylindrical-coordinate representation of color #BCAF23: hue angle of 54.9º 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 #BCAF23 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 35 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.26 |
| HSL | 54.9º | 0.69% | 0.44% | - |
| HSV(B) | 54.9º | 0.81% | 0.74% | - |
| XYZ | 36.37 | 41.47 | 7.68 | - |
| YUV | 162.93 | 55.81 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 35 | 0 | 0.07 | 0.81 | 0.26 | 54.9 | 0.69 | 0.44 |
| Hex | BC | AF | 23 | 0 | 7 | 51 | 1A | 37 | 45 | 2C |
| Octal | 274 | 257 | 43 | 0 | 7 | 121 | 32 | 67 | 105 | 54 |
| Binary | 10111100 | 10101111 | 100011 | 0 | 111 | 1010001 | 11010 | 110111 | 1000101 | 101100 |
Color Harmonies of #BCAF23
Complementary color
Monochromatic Colors of #BCAF23
Black with #BCAF23
Text Example
Text Example
White with #BCAF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF23; }
p { color: rgb(188,175,35); }
H1.HeaderClassName
{
color: #BCAF23;
}
.AnyTagClassName
{
color: #BCAF23;
}
</style>
background-color css
<style>
a { background-color: #BCAF23; }
a { background-color: rgb(188,175,35); }
div.DivClassName
{
background-color: #BCAF23;
}
.BgClassName
{
background-color: #BCAF23;
}
</style>
border-color css
<style>
span { border-color: #BCAF23; }
span { border-color: rgb(188,175,35); }
td.TdClassName
{
border-color: #BCAF23;
}
.TagClassName
{
border-color: #BCAF23;
}
</style>