Html Css Color HEX #ACB49D Green Spring

📋 copy color: '#ACB49D'

red 172 ◦ green 180 ◦ blue 157

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

Shades of Green Spring #ACB49D

Tints of Green Spring #ACB49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.84%

R = 33.79%
G = 35.36%
B = 30.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#ACB49D (or 0xACB49D) is known color: Green Spring. HEX triplet: AC, B4 and 9D. RGB value is (172,180,157). Sum of RGB (Red+Green+Blue) = 172+180+157=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB49D is #534B62. Grayscale: #AFAFAF. Windows color (decimal): -5458787 or 10335404. OLE color: 10335404.

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

Color convert

RGB 172 180 157 -
CMYK 0.04 0 0.13 0.29
HSL 80.87º 0.13% 0.66% -
HSV(B) 80.87º 0.13% 0.71% -
XYZ 39.42 43.85 38.28 -
YUV 174.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 172 180 157 0.04 0 0.13 0.29 80.87 0.13 0.66
Hex AC B4 9D 4 0 D 1D 51 D 42
Octal 254 264 235 4 0 15 35 121 15 102
Binary 10101100 10110100 10011101 100 0 1101 11101 1010001 1101 1000010

Color Harmonies of #ACB49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB49D

Black with #ACB49D

Text Example


Text Example

White with #ACB49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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