Shades of Olive Green #BFBE5A
Tints of Olive Green #BFBE5A
RGB
CMYK
RGB Variations
Color information
#BFBE5A (or 0xBFBE5A) is known color: Olive Green. HEX triplet: BF, BE and 5A. RGB value is (191,190,90). Sum of RGB (Red+Green+Blue) = 191+190+90=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE5A is #4041A5. Grayscale: #B3B3B3. Windows color (decimal): -4211110 or 5947071. OLE color: 5947071.
HSL color Cylindrical-coordinate representation of color #BFBE5A: hue angle of 59.41º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFBE5A is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 90 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.25 |
| HSL | 59.41º | 0.44% | 0.55% | - |
| HSV(B) | 59.41º | 0.53% | 0.75% | - |
| XYZ | 41.74 | 48.64 | 16.86 | - |
| YUV | 178.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 90 | 0 | 0.01 | 0.53 | 0.25 | 59.41 | 0.44 | 0.55 |
| Hex | BF | BE | 5A | 0 | 1 | 35 | 19 | 3B | 2C | 37 |
| Octal | 277 | 276 | 132 | 0 | 1 | 65 | 31 | 73 | 54 | 67 |
| Binary | 10111111 | 10111110 | 1011010 | 0 | 1 | 110101 | 11001 | 111011 | 101100 | 110111 |
Color Harmonies of #BFBE5A
Complementary color
Monochromatic Colors of #BFBE5A
Black with #BFBE5A
Text Example
Text Example
White with #BFBE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE5A; }
p { color: rgb(191,190,90); }
H1.HeaderClassName
{
color: #BFBE5A;
}
.AnyTagClassName
{
color: #BFBE5A;
}
</style>
background-color css
<style>
a { background-color: #BFBE5A; }
a { background-color: rgb(191,190,90); }
div.DivClassName
{
background-color: #BFBE5A;
}
.BgClassName
{
background-color: #BFBE5A;
}
</style>
border-color css
<style>
span { border-color: #BFBE5A; }
span { border-color: rgb(191,190,90); }
td.TdClassName
{
border-color: #BFBE5A;
}
.TagClassName
{
border-color: #BFBE5A;
}
</style>