Html Css Color HEX #ACB495 Green Spring

📋 copy color: '#ACB495'

red 172 ◦ green 180 ◦ blue 149

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

Shades of Green Spring #ACB495

Tints of Green Spring #ACB495

RGB

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

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

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

R = 34.33%
G = 35.93%
B = 29.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#ACB495 (or 0xACB495) is known color: Green Spring. HEX triplet: AC, B4 and 95. RGB value is (172,180,149). Sum of RGB (Red+Green+Blue) = 172+180+149=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB495 is #534B6A. Grayscale: #AEAEAE. Windows color (decimal): -5458795 or 9811116. OLE color: 9811116.

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

Color convert

RGB 172 180 149 -
CMYK 0.04 0 0.17 0.29
HSL 75.48º 0.17% 0.65% -
HSV(B) 75.48º 0.17% 0.71% -
XYZ 38.76 43.58 34.8 -
YUV 174.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 172 180 149 0.04 0 0.17 0.29 75.48 0.17 0.65
Hex AC B4 95 4 0 11 1D 4B 11 41
Octal 254 264 225 4 0 21 35 113 21 101
Binary 10101100 10110100 10010101 100 0 10001 11101 1001011 10001 1000001

Color Harmonies of #ACB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB495

Black with #ACB495

Text Example


Text Example

White with #ACB495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB495; }

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

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

background-color css

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

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

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

border-color css

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

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

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