#ACB167

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

Shades of Olive Green #ACB167

Tints of Olive Green #ACB167

Color information

#ACB167 (or 0xACB167) is unknown color: approx Olive Green. HEX triplet: AC, B1 and 67. RGB value is (172,177,103). Sum of RGB (Red+Green+Blue) = 172+177+103=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB167 is #534E98. Grayscale: #A7A7A7. Windows color (decimal): -5459609 or 6795692. OLE color: 6795692.

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

Color convert

RGB172177103-
CMYK0.0300.420.31
HSL64.05º32.17%54.9%-
HSV(B)64.05º41.81%69.41%-
XYZ35.1841.1918.93-
YUV167.0791.84131.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 177 (69.53% from 255) = 39.16%
BLUE value IS 103 (40.62% from 255) = 22.79%
R=38.05%
G=39.16%
B=22.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771030.0300.420.3164.0532.1754.9
HexACB167302A1F402037
Octal2542611473052371004067
Binary10101100101100011100111110101010111111000000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB167; }

 p { color: rgb(172,177,103); }

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

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

 a { background-color: rgb(172,177,103); }

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

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

 span { border-color: rgb(172,177,103); }

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