Html Css Color HEX #ACB39A Green Spring

📋 copy color: '#ACB39A'

red 172 ◦ green 179 ◦ blue 154

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

Shades of Green Spring #ACB39A

Tints of Green Spring #ACB39A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.5%

R = 34.06%
G = 35.45%
B = 30.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#ACB39A (or 0xACB39A) is known color: Green Spring. HEX triplet: AC, B3 and 9A. RGB value is (172,179,154). Sum of RGB (Red+Green+Blue) = 172+179+154=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB39A is #534C65. Grayscale: #AEAEAE. Windows color (decimal): -5459046 or 10138540. OLE color: 10138540.

HSL color Cylindrical-coordinate representation of color #ACB39A: hue angle of 76.8º 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 #ACB39A is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 154 -
CMYK 0.04 0 0.14 0.30
HSL 76.8º 0.14% 0.65% -
HSV(B) 76.8º 0.14% 0.7% -
XYZ 38.97 43.34 36.88 -
YUV 174.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 172 179 154 0.04 0 0.14 0.30 76.8 0.14 0.65
Hex AC B3 9A 4 0 E 1E 4D E 41
Octal 254 263 232 4 0 16 36 115 16 101
Binary 10101100 10110011 10011010 100 0 1110 11110 1001101 1110 1000001

Color Harmonies of #ACB39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB39A

Black with #ACB39A

Text Example


Text Example

White with #ACB39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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