#BFBD5D

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

Shades of Olive Green #BFBD5D

Tints of Olive Green #BFBD5D

Color information

#BFBD5D (or 0xBFBD5D) is unknown color: approx Olive Green. HEX triplet: BF, BD and 5D. RGB value is (191,189,93). Sum of RGB (Red+Green+Blue) = 191+189+93=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD5D is #4042A2. Grayscale: #B3B3B3. Windows color (decimal): -4211363 or 6143423. OLE color: 6143423.

HSL color Cylindrical-coordinate representation of color #BFBD5D: hue angle of 58.78º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFBD5D is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19118993-
CMYK00.010.510.25
HSL58.78º43.36%55.69%-
HSV(B)58.78º51.31%74.9%-
XYZ41.6648.2617.48-
YUV178.6579.66136.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 189 (74.22% from 255) = 39.96%
BLUE value IS 93 (36.72% from 255) = 19.66%
R=40.38%
G=39.96%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911899300.010.510.2558.7843.3655.69
HexBFBD5D0133193b2b38
Octal277275135016331735370
Binary101111111011110110111010111001111001111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD5D; }

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

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

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

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

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

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

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

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