#ACB598

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

Shades of Green Spring #ACB598

Tints of Green Spring #ACB598

Color information

#ACB598 (or 0xACB598) is unknown color: approx Green Spring. HEX triplet: AC, B5 and 98. RGB value is (172,181,152). Sum of RGB (Red+Green+Blue) = 172+181+152=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB598 is #534A67. Grayscale: #AFAFAF. Windows color (decimal): -5458536 or 10007980. OLE color: 10007980.

HSL color Cylindrical-coordinate representation of color #ACB598: hue angle of 78.62º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB598 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB172181152-
CMYK0.0500.160.29
HSL78.62º16.38%65.29%-
HSV(B)78.62º16.02%70.98%-
XYZ39.244.0936.15-
YUV175115.02125.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 181 (71.09% from 255) = 35.84%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=34.06%
G=35.84%
B=30.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811520.0500.160.2978.6216.3865.29
HexACB59850101D4f1041
Octal25426523050203511720101
Binary101011001011010110011000101010000111011001111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB598; }

 p { color: rgb(172,181,152); }

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

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

 a { background-color: rgb(172,181,152); }

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

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

 span { border-color: rgb(172,181,152); }

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