#BFBA5D

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

Shades of Olive Green #BFBA5D

Tints of Olive Green #BFBA5D

Color information

#BFBA5D (or 0xBFBA5D) is unknown color: approx Olive Green. HEX triplet: BF, BA and 5D. RGB value is (191,186,93). Sum of RGB (Red+Green+Blue) = 191+186+93=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA5D is #4045A2. Grayscale: #B1B1B1. Windows color (decimal): -4212131 or 6142655. OLE color: 6142655.

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

Color convert

RGB19118693-
CMYK00.030.510.25
HSL56.94º43.36%55.69%-
HSV(B)56.94º51.31%74.9%-
XYZ41.0246.9817.26-
YUV176.8980.66138.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 93 (36.72% from 255) = 19.79%
R=40.64%
G=39.57%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911869300.030.510.2556.9443.3655.69
HexBFBA5D033319392b38
Octal277272135036331715370
Binary1011111110111010101110101111001111001111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA5D; }

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

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

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

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

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

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

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

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