#ACBB67

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

Shades of Olive Green #ACBB67

Tints of Olive Green #ACBB67

Color information

#ACBB67 (or 0xACBB67) is unknown color: approx Olive Green. HEX triplet: AC, BB and 67. RGB value is (172,187,103). Sum of RGB (Red+Green+Blue) = 172+187+103=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBB67 is #534498. Grayscale: #ADADAD. Windows color (decimal): -5457049 or 6798252. OLE color: 6798252.

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

Color convert

RGB172187103-
CMYK0.0800.450.27
HSL70.71º38.18%56.86%-
HSV(B)70.71º44.92%73.33%-
XYZ37.2345.2919.61-
YUV172.9488.53127.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 103 (40.62% from 255) = 22.29%
R=37.23%
G=40.48%
B=22.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871030.0800.450.2770.7138.1856.86
HexACBB67802D1B472639
Octal25427314710055331074671
Binary1010110010111011110011110000101101110111000111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB67; }

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

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

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

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

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

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

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

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