Shades of Olive Green #BFB84D
Tints of Olive Green #BFB84D
RGB
CMYK
RGB Variations
Color information
#BFB84D (or 0xBFB84D) is known color: Olive Green. HEX triplet: BF, B8 and 4D. RGB value is (191,184,77). Sum of RGB (Red+Green+Blue) = 191+184+77=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB84D is #4047B2. Grayscale: #AEAEAE. Windows color (decimal): -4212659 or 5093567. OLE color: 5093567.
HSL color Cylindrical-coordinate representation of color #BFB84D: hue angle of 56.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFB84D is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 184 | 77 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.25 |
| HSL | 56.32º | 0.47% | 0.53% | - |
| HSV(B) | 56.32º | 0.6% | 0.75% | - |
| XYZ | 39.97 | 45.89 | 13.77 | - |
| YUV | 173.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 77 | 0 | 0.04 | 0.60 | 0.25 | 56.32 | 0.47 | 0.53 |
| Hex | BF | B8 | 4D | 0 | 4 | 3C | 19 | 38 | 2F | 35 |
| Octal | 277 | 270 | 115 | 0 | 4 | 74 | 31 | 70 | 57 | 65 |
| Binary | 10111111 | 10111000 | 1001101 | 0 | 100 | 111100 | 11001 | 111000 | 101111 | 110101 |
Color Harmonies of #BFB84D
Complementary color
Monochromatic Colors of #BFB84D
Black with #BFB84D
Text Example
Text Example
White with #BFB84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB84D; }
p { color: rgb(191,184,77); }
H1.HeaderClassName
{
color: #BFB84D;
}
.AnyTagClassName
{
color: #BFB84D;
}
</style>
background-color css
<style>
a { background-color: #BFB84D; }
a { background-color: rgb(191,184,77); }
div.DivClassName
{
background-color: #BFB84D;
}
.BgClassName
{
background-color: #BFB84D;
}
</style>
border-color css
<style>
span { border-color: #BFB84D; }
span { border-color: rgb(191,184,77); }
td.TdClassName
{
border-color: #BFB84D;
}
.TagClassName
{
border-color: #BFB84D;
}
</style>