Shades of Earls Green #BFB330
Tints of Earls Green #BFB330
RGB
CMYK
RGB Variations
Color information
#BFB330 (or 0xBFB330) is known color: Earls Green. HEX triplet: BF, B3 and 30. RGB value is (191,179,48). Sum of RGB (Red+Green+Blue) = 191+179+48=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB330 is #404CCF. Grayscale: #A8A8A8. Windows color (decimal): -4213968 or 3191743. OLE color: 3191743.
HSL color Cylindrical-coordinate representation of color #BFB330: hue angle of 54.97º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFB330 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 48 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.25 |
| HSL | 54.97º | 0.6% | 0.47% | - |
| HSV(B) | 54.97º | 0.75% | 0.75% | - |
| XYZ | 38.14 | 43.53 | 9.19 | - |
| YUV | 167.65 | 60.48 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 48 | 0 | 0.06 | 0.75 | 0.25 | 54.97 | 0.6 | 0.47 |
| Hex | BF | B3 | 30 | 0 | 6 | 4B | 19 | 37 | 3C | 2F |
| Octal | 277 | 263 | 60 | 0 | 6 | 113 | 31 | 67 | 74 | 57 |
| Binary | 10111111 | 10110011 | 110000 | 0 | 110 | 1001011 | 11001 | 110111 | 111100 | 101111 |
Color Harmonies of #BFB330
Complementary color
Monochromatic Colors of #BFB330
Black with #BFB330
Text Example
Text Example
White with #BFB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB330; }
p { color: rgb(191,179,48); }
H1.HeaderClassName
{
color: #BFB330;
}
.AnyTagClassName
{
color: #BFB330;
}
</style>
background-color css
<style>
a { background-color: #BFB330; }
a { background-color: rgb(191,179,48); }
div.DivClassName
{
background-color: #BFB330;
}
.BgClassName
{
background-color: #BFB330;
}
</style>
border-color css
<style>
span { border-color: #BFB330; }
span { border-color: rgb(191,179,48); }
td.TdClassName
{
border-color: #BFB330;
}
.TagClassName
{
border-color: #BFB330;
}
</style>