Shades of Earls Green #BFB723
Tints of Earls Green #BFB723
RGB
CMYK
RGB Variations
Color information
#BFB723 (or 0xBFB723) is known color: Earls Green. HEX triplet: BF, B7 and 23. RGB value is (191,183,35). Sum of RGB (Red+Green+Blue) = 191+183+35=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 35 (14.06% from 255 or 8.56% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB723 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB723 is #4048DC. Grayscale: #A9A9A9. Windows color (decimal): -4212957 or 2340799. OLE color: 2340799.
HSL color Cylindrical-coordinate representation of color #BFB723: hue angle of 56.92º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFB723 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 35 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.25 |
| HSL | 56.92º | 0.69% | 0.44% | - |
| HSV(B) | 56.92º | 0.82% | 0.75% | - |
| XYZ | 38.72 | 45.06 | 8.25 | - |
| YUV | 168.52 | 52.65 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 35 | 0 | 0.04 | 0.82 | 0.25 | 56.92 | 0.69 | 0.44 |
| Hex | BF | B7 | 23 | 0 | 4 | 52 | 19 | 39 | 45 | 2C |
| Octal | 277 | 267 | 43 | 0 | 4 | 122 | 31 | 71 | 105 | 54 |
| Binary | 10111111 | 10110111 | 100011 | 0 | 100 | 1010010 | 11001 | 111001 | 1000101 | 101100 |
Color Harmonies of #BFB723
Complementary color
Monochromatic Colors of #BFB723
Black with #BFB723
Text Example
Text Example
White with #BFB723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB723; }
p { color: rgb(191,183,35); }
H1.HeaderClassName
{
color: #BFB723;
}
.AnyTagClassName
{
color: #BFB723;
}
</style>
background-color css
<style>
a { background-color: #BFB723; }
a { background-color: rgb(191,183,35); }
div.DivClassName
{
background-color: #BFB723;
}
.BgClassName
{
background-color: #BFB723;
}
</style>
border-color css
<style>
span { border-color: #BFB723; }
span { border-color: rgb(191,183,35); }
td.TdClassName
{
border-color: #BFB723;
}
.TagClassName
{
border-color: #BFB723;
}
</style>