Shades of Olive Green #BFB65C
Tints of Olive Green #BFB65C
RGB
CMYK
RGB Variations
Color information
#BFB65C (or 0xBFB65C) is known color: Olive Green. HEX triplet: BF, B6 and 5C. RGB value is (191,182,92). Sum of RGB (Red+Green+Blue) = 191+182+92=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB65C is #4049A3. Grayscale: #AEAEAE. Windows color (decimal): -4213156 or 6076095. OLE color: 6076095.
HSL color Cylindrical-coordinate representation of color #BFB65C: hue angle of 54.55º 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 #BFB65C is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 92 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.25 |
| HSL | 54.55º | 0.44% | 0.55% | - |
| HSV(B) | 54.55º | 0.52% | 0.75% | - |
| XYZ | 40.15 | 45.3 | 16.75 | - |
| YUV | 174.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 92 | 0 | 0.05 | 0.52 | 0.25 | 54.55 | 0.44 | 0.55 |
| Hex | BF | B6 | 5C | 0 | 5 | 34 | 19 | 37 | 2C | 37 |
| Octal | 277 | 266 | 134 | 0 | 5 | 64 | 31 | 67 | 54 | 67 |
| Binary | 10111111 | 10110110 | 1011100 | 0 | 101 | 110100 | 11001 | 110111 | 101100 | 110111 |
Color Harmonies of #BFB65C
Complementary color
Monochromatic Colors of #BFB65C
Black with #BFB65C
Text Example
Text Example
White with #BFB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB65C; }
p { color: rgb(191,182,92); }
H1.HeaderClassName
{
color: #BFB65C;
}
.AnyTagClassName
{
color: #BFB65C;
}
</style>
background-color css
<style>
a { background-color: #BFB65C; }
a { background-color: rgb(191,182,92); }
div.DivClassName
{
background-color: #BFB65C;
}
.BgClassName
{
background-color: #BFB65C;
}
</style>
border-color css
<style>
span { border-color: #BFB65C; }
span { border-color: rgb(191,182,92); }
td.TdClassName
{
border-color: #BFB65C;
}
.TagClassName
{
border-color: #BFB65C;
}
</style>