Shades of Earls Green #BCAF1D
Tints of Earls Green #BCAF1D
RGB
CMYK
RGB Variations
Color information
#BCAF1D (or 0xBCAF1D) is known color: Earls Green. HEX triplet: BC, AF and 1D. RGB value is (188,175,29). Sum of RGB (Red+Green+Blue) = 188+175+29=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF1D is #4350E2. Grayscale: #A2A2A2. Windows color (decimal): -4411619 or 1945532. OLE color: 1945532.
HSL color Cylindrical-coordinate representation of color #BCAF1D: hue angle of 55.09º 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 #BCAF1D is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 29 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.26 |
| HSL | 55.09º | 0.73% | 0.43% | - |
| HSV(B) | 55.09º | 0.85% | 0.74% | - |
| XYZ | 36.29 | 41.44 | 7.25 | - |
| YUV | 162.24 | 52.81 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 29 | 0 | 0.07 | 0.85 | 0.26 | 55.09 | 0.73 | 0.43 |
| Hex | BC | AF | 1D | 0 | 7 | 55 | 1A | 37 | 49 | 2B |
| Octal | 274 | 257 | 35 | 0 | 7 | 125 | 32 | 67 | 111 | 53 |
| Binary | 10111100 | 10101111 | 11101 | 0 | 111 | 1010101 | 11010 | 110111 | 1001001 | 101011 |
Color Harmonies of #BCAF1D
Complementary color
Monochromatic Colors of #BCAF1D
Black with #BCAF1D
Text Example
Text Example
White with #BCAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF1D; }
p { color: rgb(188,175,29); }
H1.HeaderClassName
{
color: #BCAF1D;
}
.AnyTagClassName
{
color: #BCAF1D;
}
</style>
background-color css
<style>
a { background-color: #BCAF1D; }
a { background-color: rgb(188,175,29); }
div.DivClassName
{
background-color: #BCAF1D;
}
.BgClassName
{
background-color: #BCAF1D;
}
</style>
border-color css
<style>
span { border-color: #BCAF1D; }
span { border-color: rgb(188,175,29); }
td.TdClassName
{
border-color: #BCAF1D;
}
.TagClassName
{
border-color: #BCAF1D;
}
</style>