#ACB269

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

Shades of Olive Green #ACB269

Tints of Olive Green #ACB269

Color information

#ACB269 (or 0xACB269) is unknown color: approx Olive Green. HEX triplet: AC, B2 and 69. RGB value is (172,178,105). Sum of RGB (Red+Green+Blue) = 172+178+105=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB269 is #534D96. Grayscale: #A8A8A8. Windows color (decimal): -5459351 or 6927020. OLE color: 6927020.

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

Color convert

RGB172178105-
CMYK0.0300.410.30
HSL64.93º32.16%55.49%-
HSV(B)64.93º41.01%69.8%-
XYZ35.4841.6319.53-
YUV167.8892.51130.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 178 (69.92% from 255) = 39.12%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=37.80%
G=39.12%
B=23.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721781050.0300.410.3064.9332.1655.49
HexACB26930291E412037
Octal2542621513051361014067
Binary10101100101100101101001110101001111101000001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB269; }

 p { color: rgb(172,178,105); }

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

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

 a { background-color: rgb(172,178,105); }

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

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

 span { border-color: rgb(172,178,105); }

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