#B9AF4F

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

Shades of Olive Green #B9AF4F

Tints of Olive Green #B9AF4F

Color information

#B9AF4F (or 0xB9AF4F) is unknown color: approx Olive Green. HEX triplet: B9, AF and 4F. RGB value is (185,175,79). Sum of RGB (Red+Green+Blue) = 185+175+79=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF4F is #4650B0. Grayscale: #A7A7A7. Windows color (decimal): -4608177 or 5222329. OLE color: 5222329.

HSL color Cylindrical-coordinate representation of color #B9AF4F: hue angle of 54.34º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9AF4F is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18517579-
CMYK00.050.570.27
HSL54.34º43.09%51.76%-
HSV(B)54.34º57.3%72.55%-
XYZ36.7541.5413.48-
YUV167.0578.31140.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 79 (31.25% from 255) = 18.00%
R=42.14%
G=39.86%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851757900.050.570.2754.3443.0951.76
HexB9AF4F05391B362b34
Octal271257117057133665364
Binary10111001101011111001111010111100111011110110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF4F; }

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

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

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

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

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

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

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

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