Html Css Color HEX #ACB49E Green Spring

📋 copy color: '#ACB49E'

red 172 ◦ green 180 ◦ blue 158

#ACB49E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Spring #ACB49E

Tints of Green Spring #ACB49E

RGB

 RED value IS 172 (67.58% from 255) = 33.73%

 GREEN value IS 180 (70.7% from 255) = 35.29%

 BLUE value IS 158 (62.11% from 255) = 30.98%

R = 33.73%
G = 35.29%
B = 30.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#ACB49E (or 0xACB49E) is known color: Green Spring. HEX triplet: AC, B4 and 9E. RGB value is (172,180,158). Sum of RGB (Red+Green+Blue) = 172+180+158=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB49E is #534B61. Grayscale: #AFAFAF. Windows color (decimal): -5458786 or 10400940. OLE color: 10400940.

HSL color Cylindrical-coordinate representation of color #ACB49E: hue angle of 81.82º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB49E is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 158 -
CMYK 0.04 0 0.12 0.29
HSL 81.82º 0.13% 0.66% -
HSV(B) 81.82º 0.12% 0.71% -
XYZ 39.51 43.88 38.74 -
YUV 175.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 172 180 158 0.04 0 0.12 0.29 81.82 0.13 0.66
Hex AC B4 9E 4 0 C 1D 52 D 42
Octal 254 264 236 4 0 14 35 122 15 102
Binary 10101100 10110100 10011110 100 0 1100 11101 1010010 1101 1000010

Color Harmonies of #ACB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB49E

Black with #ACB49E

Text Example


Text Example

White with #ACB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB49E; }

 p { color: rgb(172,180,158); }

 H1.HeaderClassName
 {
   color: #ACB49E;
 }
 .AnyTagClassName
 {
   color: #ACB49E;
 }
</style>

background-color css

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

 a { background-color: rgb(172,180,158); }

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

border-color css

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

 span { border-color: rgb(172,180,158); }

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