Html Css Color HEX #ACB491 Green Spring

📋 copy color: '#ACB491'

red 172 ◦ green 180 ◦ blue 145

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

Shades of Green Spring #ACB491

Tints of Green Spring #ACB491

RGB

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

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

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

R = 34.61%
G = 36.22%
B = 29.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#ACB491 (or 0xACB491) is known color: Green Spring. HEX triplet: AC, B4 and 91. RGB value is (172,180,145). Sum of RGB (Red+Green+Blue) = 172+180+145=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB491 is #534B6E. Grayscale: #ADADAD. Windows color (decimal): -5458799 or 9548972. OLE color: 9548972.

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

Color convert

RGB 172 180 145 -
CMYK 0.04 0 0.19 0.29
HSL 73.71º 0.19% 0.64% -
HSV(B) 73.71º 0.19% 0.71% -
XYZ 38.45 43.46 33.15 -
YUV 173.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 172 180 145 0.04 0 0.19 0.29 73.71 0.19 0.64
Hex AC B4 91 4 0 13 1D 4A 13 40
Octal 254 264 221 4 0 23 35 112 23 100
Binary 10101100 10110100 10010001 100 0 10011 11101 1001010 10011 1000000

Color Harmonies of #ACB491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB491

Black with #ACB491

Text Example


Text Example

White with #ACB491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB491; }

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

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

background-color css

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

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

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

border-color css

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

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

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