#ACB462

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

Shades of Olive Green #ACB462

Tints of Olive Green #ACB462

Color information

#ACB462 (or 0xACB462) is unknown color: approx Olive Green. HEX triplet: AC, B4 and 62. RGB value is (172,180,98). Sum of RGB (Red+Green+Blue) = 172+180+98=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB462 is #534B9D. Grayscale: #A8A8A8. Windows color (decimal): -5458846 or 6468780. OLE color: 6468780.

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

Color convert

RGB17218098-
CMYK0.0400.460.29
HSL65.85º35.34%54.51%-
HSV(B)65.85º45.56%70.59%-
XYZ35.5442.317.85-
YUV168.2688.35130.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 98 (38.67% from 255) = 21.78%
R=38.22%
G=40%
B=21.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172180980.0400.460.2965.8535.3454.51
HexACB462402E1D422337
Octal2542641424056351024367
Binary101011001011010011000101000101110111011000010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB462; }

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

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

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

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

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

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

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

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