Shades of Earls Green #BCB830
Tints of Earls Green #BCB830
RGB
CMYK
RGB Variations
Color information
#BCB830 (or 0xBCB830) is known color: Earls Green. HEX triplet: BC, B8 and 30. RGB value is (188,184,48). Sum of RGB (Red+Green+Blue) = 188+184+48=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB830 is #4347CF. Grayscale: #AAAAAA. Windows color (decimal): -4409296 or 3193020. OLE color: 3193020.
HSL color Cylindrical-coordinate representation of color #BCB830: hue angle of 58.29º 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 #BCB830 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 48 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.26 |
| HSL | 58.29º | 0.59% | 0.46% | - |
| HSV(B) | 58.29º | 0.74% | 0.74% | - |
| XYZ | 38.41 | 45.19 | 9.49 | - |
| YUV | 169.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 48 | 0 | 0.02 | 0.74 | 0.26 | 58.29 | 0.59 | 0.46 |
| Hex | BC | B8 | 30 | 0 | 2 | 4A | 1A | 3A | 3B | 2E |
| Octal | 274 | 270 | 60 | 0 | 2 | 112 | 32 | 72 | 73 | 56 |
| Binary | 10111100 | 10111000 | 110000 | 0 | 10 | 1001010 | 11010 | 111010 | 111011 | 101110 |
Color Harmonies of #BCB830
Complementary color
Monochromatic Colors of #BCB830
Black with #BCB830
Text Example
Text Example
White with #BCB830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB830; }
p { color: rgb(188,184,48); }
H1.HeaderClassName
{
color: #BCB830;
}
.AnyTagClassName
{
color: #BCB830;
}
</style>
background-color css
<style>
a { background-color: #BCB830; }
a { background-color: rgb(188,184,48); }
div.DivClassName
{
background-color: #BCB830;
}
.BgClassName
{
background-color: #BCB830;
}
</style>
border-color css
<style>
span { border-color: #BCB830; }
span { border-color: rgb(188,184,48); }
td.TdClassName
{
border-color: #BCB830;
}
.TagClassName
{
border-color: #BCB830;
}
</style>