#ACB398

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

Shades of Green Spring #ACB398

Tints of Green Spring #ACB398

Color information

#ACB398 (or 0xACB398) is unknown color: approx Green Spring. HEX triplet: AC, B3 and 98. RGB value is (172,179,152). Sum of RGB (Red+Green+Blue) = 172+179+152=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB398 is #534C67. Grayscale: #ADADAD. Windows color (decimal): -5459048 or 10007468. OLE color: 10007468.

HSL color Cylindrical-coordinate representation of color #ACB398: hue angle of 75.56º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB398 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB172179152-
CMYK0.0400.150.30
HSL75.56º15.08%64.9%-
HSV(B)75.56º15.08%70.2%-
XYZ38.843.2836.01-
YUV173.83115.68126.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=34.19%
G=35.59%
B=30.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791520.0400.150.3075.5615.0864.9
HexACB39840F1E4cf41
Octal25426323040173611417101
Binary1010110010110011100110001000111111110100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB398; }

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

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

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

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

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

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

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

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