#B0AC4F

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

Shades of Olive Green #B0AC4F

Tints of Olive Green #B0AC4F

Color information

#B0AC4F (or 0xB0AC4F) is unknown color: approx Olive Green. HEX triplet: B0, AC and 4F. RGB value is (176,172,79). Sum of RGB (Red+Green+Blue) = 176+172+79=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AC4F is #4F53B0. Grayscale: #A2A2A2. Windows color (decimal): -5198769 or 5221552. OLE color: 5221552.

HSL color Cylindrical-coordinate representation of color #B0AC4F: hue angle of 57.53º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0AC4F is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17617279-
CMYK00.020.550.31
HSL57.53º38.04%50%-
HSV(B)57.53º55.11%69.02%-
XYZ34.0739.313.19-
YUV162.5980.83137.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 79 (31.25% from 255) = 18.50%
R=41.22%
G=40.28%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761727900.020.550.3157.5338.0450
HexB0AC4F02371F3a2632
Octal260254117026737724662
Binary1011000010101100100111101011011111111111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC4F; }

 p { color: rgb(176,172,79); }

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

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

 a { background-color: rgb(176,172,79); }

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

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

 span { border-color: rgb(176,172,79); }

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