Html Css Color HEX #ACB193 Green Spring

📋 copy color: '#ACB193'

red 172 ◦ green 177 ◦ blue 147

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

Shades of Green Spring #ACB193

Tints of Green Spring #ACB193

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.69%

 BLUE value IS 147 (57.81% from 255) = 29.64%

R = 34.68%
G = 35.69%
B = 29.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#ACB193 (or 0xACB193) is known color: Green Spring. HEX triplet: AC, B1 and 93. RGB value is (172,177,147). Sum of RGB (Red+Green+Blue) = 172+177+147=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB193 is #534E6C. Grayscale: #ACACAC. Windows color (decimal): -5459565 or 9679276. OLE color: 9679276.

HSL color Cylindrical-coordinate representation of color #ACB193: hue angle of 70º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACB193 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 147 -
CMYK 0.03 0 0.17 0.31
HSL 70º 0.16% 0.64% -
HSV(B) 70º 0.17% 0.69% -
XYZ 38 42.32 33.77 -
YUV 172.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 172 177 147 0.03 0 0.17 0.31 70 0.16 0.64
Hex AC B1 93 3 0 11 1F 46 10 40
Octal 254 261 223 3 0 21 37 106 20 100
Binary 10101100 10110001 10010011 11 0 10001 11111 1000110 10000 1000000

Color Harmonies of #ACB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB193

Black with #ACB193

Text Example


Text Example

White with #ACB193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB193; }

 p { color: rgb(172,177,147); }

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

background-color css

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

 a { background-color: rgb(172,177,147); }

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

border-color css

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

 span { border-color: rgb(172,177,147); }

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