Html Css Color HEX #ACB895 Green Spring

📋 copy color: '#ACB895'

red 172 ◦ green 184 ◦ blue 149

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

Shades of Green Spring #ACB895

Tints of Green Spring #ACB895

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.44%

 BLUE value IS 149 (58.59% from 255) = 29.5%

R = 34.06%
G = 36.44%
B = 29.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#ACB895 (or 0xACB895) is known color: Green Spring. HEX triplet: AC, B8 and 95. RGB value is (172,184,149). Sum of RGB (Red+Green+Blue) = 172+184+149=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB895 is #53476A. Grayscale: #B0B0B0. Windows color (decimal): -5457771 or 9812140. OLE color: 9812140.

HSL color Cylindrical-coordinate representation of color #ACB895: hue angle of 80.57º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACB895 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 149 -
CMYK 0.07 0 0.19 0.28
HSL 80.57º 0.2% 0.65% -
HSV(B) 80.57º 0.19% 0.72% -
XYZ 39.58 45.22 35.08 -
YUV 176.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 172 184 149 0.07 0 0.19 0.28 80.57 0.2 0.65
Hex AC B8 95 7 0 13 1C 51 14 41
Octal 254 270 225 7 0 23 34 121 24 101
Binary 10101100 10111000 10010101 111 0 10011 11100 1010001 10100 1000001

Color Harmonies of #ACB895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB895

Black with #ACB895

Text Example


Text Example

White with #ACB895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB895; }

 p { color: rgb(172,184,149); }

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

background-color css

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

 a { background-color: rgb(172,184,149); }

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

border-color css

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

 span { border-color: rgb(172,184,149); }

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