#BFB94F

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

Shades of Olive Green #BFB94F

Tints of Olive Green #BFB94F

Color information

#BFB94F (or 0xBFB94F) is unknown color: approx Olive Green. HEX triplet: BF, B9 and 4F. RGB value is (191,185,79). Sum of RGB (Red+Green+Blue) = 191+185+79=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB94F is #4046B0. Grayscale: #AFAFAF. Windows color (decimal): -4212401 or 5224895. OLE color: 5224895.

HSL color Cylindrical-coordinate representation of color #BFB94F: hue angle of 56.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFB94F is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19118579-
CMYK00.030.590.25
HSL56.79º46.67%52.94%-
HSV(B)56.79º58.64%74.9%-
XYZ40.2546.3414.22-
YUV174.7173.99139.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 79 (31.25% from 255) = 17.36%
R=41.98%
G=40.66%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911857900.030.590.2556.7946.6752.94
HexBFB94F033B19392f35
Octal277271117037331715765
Binary1011111110111001100111101111101111001111001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB94F; }

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

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

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

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

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

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

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

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