#ACBB6A

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

Shades of Olive Green #ACBB6A

Tints of Olive Green #ACBB6A

Color information

#ACBB6A (or 0xACBB6A) is unknown color: approx Olive Green. HEX triplet: AC, BB and 6A. RGB value is (172,187,106). Sum of RGB (Red+Green+Blue) = 172+187+106=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBB6A is #534495. Grayscale: #ADADAD. Windows color (decimal): -5457046 or 6994860. OLE color: 6994860.

HSL color Cylindrical-coordinate representation of color #ACBB6A: hue angle of 71.11º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACBB6A is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB172187106-
CMYK0.0800.430.27
HSL71.11º37.33%57.45%-
HSV(B)71.11º43.32%73.33%-
XYZ37.3945.3520.42-
YUV173.2890.03127.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 106 (41.80% from 255) = 22.80%
R=36.99%
G=40.22%
B=22.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871060.0800.430.2771.1137.3357.45
HexACBB6A802B1B472539
Octal25427315210053331074571
Binary1010110010111011110101010000101011110111000111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB6A; }

 p { color: rgb(172,187,106); }

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

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

 a { background-color: rgb(172,187,106); }

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

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

 span { border-color: rgb(172,187,106); }

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