Shades of Earls Green #BFB21B
Tints of Earls Green #BFB21B
RGB
CMYK
RGB Variations
Color information
#BFB21B (or 0xBFB21B) is known color: Earls Green. HEX triplet: BF, B2 and 1B. RGB value is (191,178,27). Sum of RGB (Red+Green+Blue) = 191+178+27=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB21B is #404DE4. Grayscale: #A5A5A5. Windows color (decimal): -4214245 or 1815231. OLE color: 1815231.
HSL color Cylindrical-coordinate representation of color #BFB21B: hue angle of 55.24º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFB21B is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 27 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.25 |
| HSL | 55.24º | 0.75% | 0.43% | - |
| HSV(B) | 55.24º | 0.86% | 0.75% | - |
| XYZ | 37.6 | 43 | 7.35 | - |
| YUV | 164.67 | 50.31 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 27 | 0 | 0.07 | 0.86 | 0.25 | 55.24 | 0.75 | 0.43 |
| Hex | BF | B2 | 1B | 0 | 7 | 56 | 19 | 37 | 4B | 2B |
| Octal | 277 | 262 | 33 | 0 | 7 | 126 | 31 | 67 | 113 | 53 |
| Binary | 10111111 | 10110010 | 11011 | 0 | 111 | 1010110 | 11001 | 110111 | 1001011 | 101011 |
Color Harmonies of #BFB21B
Complementary color
Monochromatic Colors of #BFB21B
Black with #BFB21B
Text Example
Text Example
White with #BFB21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB21B; }
p { color: rgb(191,178,27); }
H1.HeaderClassName
{
color: #BFB21B;
}
.AnyTagClassName
{
color: #BFB21B;
}
</style>
background-color css
<style>
a { background-color: #BFB21B; }
a { background-color: rgb(191,178,27); }
div.DivClassName
{
background-color: #BFB21B;
}
.BgClassName
{
background-color: #BFB21B;
}
</style>
border-color css
<style>
span { border-color: #BFB21B; }
span { border-color: rgb(191,178,27); }
td.TdClassName
{
border-color: #BFB21B;
}
.TagClassName
{
border-color: #BFB21B;
}
</style>