Shades of Earls Green #BCB230
Tints of Earls Green #BCB230
RGB
CMYK
RGB Variations
Color information
#BCB230 (or 0xBCB230) is known color: Earls Green. HEX triplet: BC, B2 and 30. RGB value is (188,178,48). Sum of RGB (Red+Green+Blue) = 188+178+48=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB230 is #434DCF. Grayscale: #A6A6A6. Windows color (decimal): -4410832 or 3191484. OLE color: 3191484.
HSL color Cylindrical-coordinate representation of color #BCB230: hue angle of 55.71º 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 #BCB230 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 48 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.26 |
| HSL | 55.71º | 0.59% | 0.46% | - |
| HSV(B) | 55.71º | 0.74% | 0.74% | - |
| XYZ | 37.19 | 42.75 | 9.09 | - |
| YUV | 166.17 | 61.31 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 48 | 0 | 0.05 | 0.74 | 0.26 | 55.71 | 0.59 | 0.46 |
| Hex | BC | B2 | 30 | 0 | 5 | 4A | 1A | 38 | 3B | 2E |
| Octal | 274 | 262 | 60 | 0 | 5 | 112 | 32 | 70 | 73 | 56 |
| Binary | 10111100 | 10110010 | 110000 | 0 | 101 | 1001010 | 11010 | 111000 | 111011 | 101110 |
Color Harmonies of #BCB230
Complementary color
Monochromatic Colors of #BCB230
Black with #BCB230
Text Example
Text Example
White with #BCB230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB230; }
p { color: rgb(188,178,48); }
H1.HeaderClassName
{
color: #BCB230;
}
.AnyTagClassName
{
color: #BCB230;
}
</style>
background-color css
<style>
a { background-color: #BCB230; }
a { background-color: rgb(188,178,48); }
div.DivClassName
{
background-color: #BCB230;
}
.BgClassName
{
background-color: #BCB230;
}
</style>
border-color css
<style>
span { border-color: #BCB230; }
span { border-color: rgb(188,178,48); }
td.TdClassName
{
border-color: #BCB230;
}
.TagClassName
{
border-color: #BCB230;
}
</style>