#BFBD5B

Color #BFBD5B Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #BFBD5B

Tints of Olive Green #BFBD5B

Color information

#BFBD5B (or 0xBFBD5B) is unknown color: approx Olive Green. HEX triplet: BF, BD and 5B. RGB value is (191,189,91). Sum of RGB (Red+Green+Blue) = 191+189+91=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD5B is #4042A4. Grayscale: #B2B2B2. Windows color (decimal): -4211365 or 6012351. OLE color: 6012351.

HSL color Cylindrical-coordinate representation of color #BFBD5B: hue angle of 58.8º 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 #BFBD5B is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19118991-
CMYK00.010.520.25
HSL58.8º43.86%55.29%-
HSV(B)58.8º52.36%74.9%-
XYZ41.5748.2317.02-
YUV178.4378.66136.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 189 (74.22% from 255) = 40.13%
BLUE value IS 91 (35.94% from 255) = 19.32%
R=40.55%
G=40.13%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911899100.010.520.2558.843.8655.29
HexBFBD5B0134193b2c37
Octal277275133016431735467
Binary101111111011110110110110111010011001111011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD5B; }

 p { color: rgb(191,189,91); }

 H1.HeaderClassName
 {
   color: #BFBD5B;
 }
 .AnyTagClassName
 {
   color: #BFBD5B;
 }
</style>
background-color css

<style>
 a { background-color: #BFBD5B; }

 a { background-color: rgb(191,189,91); }

 div.DivClassName
 {
   background-color: #BFBD5B;
 }
 .BgClassName
 {
   background-color: #BFBD5B;
 }
</style>
border-color css

<style>
 span { border-color: #BFBD5B; }

 span { border-color: rgb(191,189,91); }

 td.TdClassName
 {
   border-color: #BFBD5B;
 }
 .TagClassName
 {
   border-color: #BFBD5B;
 }
</style>