#ACB299

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

Shades of Green Spring #ACB299

Tints of Green Spring #ACB299

Color information

#ACB299 (or 0xACB299) is unknown color: approx Green Spring. HEX triplet: AC, B2 and 99. RGB value is (172,178,153). Sum of RGB (Red+Green+Blue) = 172+178+153=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB299 is #534D66. Grayscale: #ADADAD. Windows color (decimal): -5459303 or 10072748. OLE color: 10072748.

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

Color convert

RGB172178153-
CMYK0.0300.140.30
HSL74.4º13.97%64.9%-
HSV(B)74.4º14.04%69.8%-
XYZ38.6842.9136.38-
YUV173.36116.51127.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=34.19%
G=35.39%
B=30.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721781530.0300.140.3074.413.9764.9
HexACB29930E1E4ae41
Octal25426223130163611216101
Binary101011001011001010011001110111011110100101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB299; }

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

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

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

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

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

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

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

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