#B3AC5A

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

Shades of Olive Green #B3AC5A

Tints of Olive Green #B3AC5A

Color information

#B3AC5A (or 0xB3AC5A) is unknown color: approx Olive Green. HEX triplet: B3, AC and 5A. RGB value is (179,172,90). Sum of RGB (Red+Green+Blue) = 179+172+90=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AC5A is #4C53A5. Grayscale: #A5A5A5. Windows color (decimal): -5002150 or 5942451. OLE color: 5942451.

HSL color Cylindrical-coordinate representation of color #B3AC5A: hue angle of 55.28º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3AC5A is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17917290-
CMYK00.040.500.30
HSL55.28º36.93%52.75%-
HSV(B)55.28º49.72%70.2%-
XYZ35.1939.8315.51-
YUV164.7485.82138.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 90 (35.55% from 255) = 20.41%
R=40.59%
G=39.00%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791729000.040.500.3055.2836.9352.75
HexB3AC5A04321E372535
Octal263254132046236674565
Binary10110011101011001011010010011001011110110111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AC5A; }

 p { color: rgb(179,172,90); }

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

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

 a { background-color: rgb(179,172,90); }

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

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

 span { border-color: rgb(179,172,90); }

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