Html Css Color HEX #ACB391 Green Spring

📋 copy color: '#ACB391'

red 172 ◦ green 179 ◦ blue 145

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

Shades of Green Spring #ACB391

Tints of Green Spring #ACB391

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.09%

 BLUE value IS 145 (57.03% from 255) = 29.23%

R = 34.68%
G = 36.09%
B = 29.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#ACB391 (or 0xACB391) is known color: Green Spring. HEX triplet: AC, B3 and 91. RGB value is (172,179,145). Sum of RGB (Red+Green+Blue) = 172+179+145=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB391 is #534C6E. Grayscale: #ADADAD. Windows color (decimal): -5459055 or 9548716. OLE color: 9548716.

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

Color convert

RGB 172 179 145 -
CMYK 0.04 0 0.19 0.30
HSL 72.35º 0.18% 0.64% -
HSV(B) 72.35º 0.19% 0.7% -
XYZ 38.24 43.06 33.08 -
YUV 173.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 172 179 145 0.04 0 0.19 0.30 72.35 0.18 0.64
Hex AC B3 91 4 0 13 1E 48 12 40
Octal 254 263 221 4 0 23 36 110 22 100
Binary 10101100 10110011 10010001 100 0 10011 11110 1001000 10010 1000000

Color Harmonies of #ACB391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB391

Black with #ACB391

Text Example


Text Example

White with #ACB391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB391; }

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

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

background-color css

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

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

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

border-color css

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

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

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