Shades of Olive Green #BFB65B
Tints of Olive Green #BFB65B
RGB
CMYK
RGB Variations
Color information
#BFB65B (or 0xBFB65B) is known color: Olive Green. HEX triplet: BF, B6 and 5B. RGB value is (191,182,91). Sum of RGB (Red+Green+Blue) = 191+182+91=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB65B is #4049A4. Grayscale: #AEAEAE. Windows color (decimal): -4213157 or 6010559. OLE color: 6010559.
HSL color Cylindrical-coordinate representation of color #BFB65B: hue angle of 54.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFB65B is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 91 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.25 |
| HSL | 54.6º | 0.44% | 0.55% | - |
| HSV(B) | 54.6º | 0.52% | 0.75% | - |
| XYZ | 40.1 | 45.29 | 16.53 | - |
| YUV | 174.32 | 80.98 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 91 | 0 | 0.05 | 0.52 | 0.25 | 54.6 | 0.44 | 0.55 |
| Hex | BF | B6 | 5B | 0 | 5 | 34 | 19 | 37 | 2C | 37 |
| Octal | 277 | 266 | 133 | 0 | 5 | 64 | 31 | 67 | 54 | 67 |
| Binary | 10111111 | 10110110 | 1011011 | 0 | 101 | 110100 | 11001 | 110111 | 101100 | 110111 |
Color Harmonies of #BFB65B
Complementary color
Monochromatic Colors of #BFB65B
Black with #BFB65B
Text Example
Text Example
White with #BFB65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB65B; }
p { color: rgb(191,182,91); }
H1.HeaderClassName
{
color: #BFB65B;
}
.AnyTagClassName
{
color: #BFB65B;
}
</style>
background-color css
<style>
a { background-color: #BFB65B; }
a { background-color: rgb(191,182,91); }
div.DivClassName
{
background-color: #BFB65B;
}
.BgClassName
{
background-color: #BFB65B;
}
</style>
border-color css
<style>
span { border-color: #BFB65B; }
span { border-color: rgb(191,182,91); }
td.TdClassName
{
border-color: #BFB65B;
}
.TagClassName
{
border-color: #BFB65B;
}
</style>