#ACB467

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

Shades of Olive Green #ACB467

Tints of Olive Green #ACB467

Color information

#ACB467 (or 0xACB467) is unknown color: approx Olive Green. HEX triplet: AC, B4 and 67. RGB value is (172,180,103). Sum of RGB (Red+Green+Blue) = 172+180+103=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB467 is #534B98. Grayscale: #A9A9A9. Windows color (decimal): -5458841 or 6796460. OLE color: 6796460.

HSL color Cylindrical-coordinate representation of color #ACB467: hue angle of 66.23º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACB467 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB172180103-
CMYK0.0400.430.29
HSL66.23º33.92%55.49%-
HSV(B)66.23º42.78%70.59%-
XYZ35.7842.3919.13-
YUV168.8390.85130.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 103 (40.62% from 255) = 22.64%
R=37.80%
G=39.56%
B=22.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801030.0400.430.2966.2333.9255.49
HexACB467402B1D422237
Octal2542641474053351024267
Binary101011001011010011001111000101011111011000010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB467; }

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

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

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

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

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

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

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

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