Shades of Earls Green #BFB321
Tints of Earls Green #BFB321
RGB
CMYK
RGB Variations
Color information
#BFB321 (or 0xBFB321) is known color: Earls Green. HEX triplet: BF, B3 and 21. RGB value is (191,179,33). Sum of RGB (Red+Green+Blue) = 191+179+33=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB321 is #404CDE. Grayscale: #A6A6A6. Windows color (decimal): -4213983 or 2208703. OLE color: 2208703.
HSL color Cylindrical-coordinate representation of color #BFB321: hue angle of 55.44º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFB321 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 33 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.25 |
| HSL | 55.44º | 0.71% | 0.44% | - |
| HSV(B) | 55.44º | 0.83% | 0.75% | - |
| XYZ | 37.88 | 43.43 | 7.82 | - |
| YUV | 165.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 33 | 0 | 0.06 | 0.83 | 0.25 | 55.44 | 0.71 | 0.44 |
| Hex | BF | B3 | 21 | 0 | 6 | 53 | 19 | 37 | 47 | 2C |
| Octal | 277 | 263 | 41 | 0 | 6 | 123 | 31 | 67 | 107 | 54 |
| Binary | 10111111 | 10110011 | 100001 | 0 | 110 | 1010011 | 11001 | 110111 | 1000111 | 101100 |
Color Harmonies of #BFB321
Complementary color
Monochromatic Colors of #BFB321
Black with #BFB321
Text Example
Text Example
White with #BFB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB321; }
p { color: rgb(191,179,33); }
H1.HeaderClassName
{
color: #BFB321;
}
.AnyTagClassName
{
color: #BFB321;
}
</style>
background-color css
<style>
a { background-color: #BFB321; }
a { background-color: rgb(191,179,33); }
div.DivClassName
{
background-color: #BFB321;
}
.BgClassName
{
background-color: #BFB321;
}
</style>
border-color css
<style>
span { border-color: #BFB321; }
span { border-color: rgb(191,179,33); }
td.TdClassName
{
border-color: #BFB321;
}
.TagClassName
{
border-color: #BFB321;
}
</style>