Shades of Earls Green #BFB628
Tints of Earls Green #BFB628
RGB
CMYK
RGB Variations
Color information
#BFB628 (or 0xBFB628) is known color: Earls Green. HEX triplet: BF, B6 and 28. RGB value is (191,182,40). Sum of RGB (Red+Green+Blue) = 191+182+40=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB628 is #4049D7. Grayscale: #A9A9A9. Windows color (decimal): -4213208 or 2668223. OLE color: 2668223.
HSL color Cylindrical-coordinate representation of color #BFB628: hue angle of 56.42º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFB628 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 40 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.25 |
| HSL | 56.42º | 0.65% | 0.45% | - |
| HSV(B) | 56.42º | 0.79% | 0.75% | - |
| XYZ | 38.6 | 44.69 | 8.6 | - |
| YUV | 168.5 | 55.48 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 40 | 0 | 0.05 | 0.79 | 0.25 | 56.42 | 0.65 | 0.45 |
| Hex | BF | B6 | 28 | 0 | 5 | 4F | 19 | 38 | 41 | 2D |
| Octal | 277 | 266 | 50 | 0 | 5 | 117 | 31 | 70 | 101 | 55 |
| Binary | 10111111 | 10110110 | 101000 | 0 | 101 | 1001111 | 11001 | 111000 | 1000001 | 101101 |
Color Harmonies of #BFB628
Complementary color
Monochromatic Colors of #BFB628
Black with #BFB628
Text Example
Text Example
White with #BFB628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB628; }
p { color: rgb(191,182,40); }
H1.HeaderClassName
{
color: #BFB628;
}
.AnyTagClassName
{
color: #BFB628;
}
</style>
background-color css
<style>
a { background-color: #BFB628; }
a { background-color: rgb(191,182,40); }
div.DivClassName
{
background-color: #BFB628;
}
.BgClassName
{
background-color: #BFB628;
}
</style>
border-color css
<style>
span { border-color: #BFB628; }
span { border-color: rgb(191,182,40); }
td.TdClassName
{
border-color: #BFB628;
}
.TagClassName
{
border-color: #BFB628;
}
</style>