#BFB95D

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

Shades of Olive Green #BFB95D

Tints of Olive Green #BFB95D

Color information

#BFB95D (or 0xBFB95D) is unknown color: approx Olive Green. HEX triplet: BF, B9 and 5D. RGB value is (191,185,93). Sum of RGB (Red+Green+Blue) = 191+185+93=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB95D is #4046A2. Grayscale: #B0B0B0. Windows color (decimal): -4212387 or 6142399. OLE color: 6142399.

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

Color convert

RGB19118593-
CMYK00.030.510.25
HSL56.33º43.36%55.69%-
HSV(B)56.33º51.31%74.9%-
XYZ40.8146.5617.19-
YUV176.3180.99138.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 185 (72.66% from 255) = 39.45%
BLUE value IS 93 (36.72% from 255) = 19.83%
R=40.72%
G=39.45%
B=19.83%

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
Decimal1911859300.030.510.2556.3343.3655.69
HexBFB95D033319382b38
Octal277271135036331705370
Binary1011111110111001101110101111001111001111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB95D; }

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

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

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

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

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

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

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

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