Shades of Earls Green #BCAF30
Tints of Earls Green #BCAF30
RGB
CMYK
RGB Variations
Color information
#BCAF30 (or 0xBCAF30) is known color: Earls Green. HEX triplet: BC, AF and 30. RGB value is (188,175,48). Sum of RGB (Red+Green+Blue) = 188+175+48=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF30 is #4350CF. Grayscale: #A4A4A4. Windows color (decimal): -4411600 or 3190716. OLE color: 3190716.
HSL color Cylindrical-coordinate representation of color #BCAF30: hue angle of 54.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCAF30 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 48 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.26 |
| HSL | 54.43º | 0.59% | 0.46% | - |
| HSV(B) | 54.43º | 0.74% | 0.74% | - |
| XYZ | 36.6 | 41.56 | 8.89 | - |
| YUV | 164.41 | 62.31 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 48 | 0 | 0.07 | 0.74 | 0.26 | 54.43 | 0.59 | 0.46 |
| Hex | BC | AF | 30 | 0 | 7 | 4A | 1A | 36 | 3B | 2E |
| Octal | 274 | 257 | 60 | 0 | 7 | 112 | 32 | 66 | 73 | 56 |
| Binary | 10111100 | 10101111 | 110000 | 0 | 111 | 1001010 | 11010 | 110110 | 111011 | 101110 |
Color Harmonies of #BCAF30
Complementary color
Monochromatic Colors of #BCAF30
Black with #BCAF30
Text Example
Text Example
White with #BCAF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF30; }
p { color: rgb(188,175,48); }
H1.HeaderClassName
{
color: #BCAF30;
}
.AnyTagClassName
{
color: #BCAF30;
}
</style>
background-color css
<style>
a { background-color: #BCAF30; }
a { background-color: rgb(188,175,48); }
div.DivClassName
{
background-color: #BCAF30;
}
.BgClassName
{
background-color: #BCAF30;
}
</style>
border-color css
<style>
span { border-color: #BCAF30; }
span { border-color: rgb(188,175,48); }
td.TdClassName
{
border-color: #BCAF30;
}
.TagClassName
{
border-color: #BCAF30;
}
</style>