Html Css Color HEX #ACB494 Green Spring

📋 copy color: '#ACB494'

red 172 ◦ green 180 ◦ blue 148

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

Shades of Green Spring #ACB494

Tints of Green Spring #ACB494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.6%

R = 34.4%
G = 36%
B = 29.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#ACB494 (or 0xACB494) is known color: Green Spring. HEX triplet: AC, B4 and 94. RGB value is (172,180,148). Sum of RGB (Red+Green+Blue) = 172+180+148=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB494 is #534B6B. Grayscale: #AEAEAE. Windows color (decimal): -5458796 or 9745580. OLE color: 9745580.

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

Color convert

RGB 172 180 148 -
CMYK 0.04 0 0.18 0.29
HSL 75º 0.18% 0.64% -
HSV(B) 75º 0.18% 0.71% -
XYZ 38.68 43.55 34.38 -
YUV 173.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 172 180 148 0.04 0 0.18 0.29 75 0.18 0.64
Hex AC B4 94 4 0 12 1D 4B 12 40
Octal 254 264 224 4 0 22 35 113 22 100
Binary 10101100 10110100 10010100 100 0 10010 11101 1001011 10010 1000000

Color Harmonies of #ACB494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB494

Black with #ACB494

Text Example


Text Example

White with #ACB494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB494; }

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

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

background-color css

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

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

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

border-color css

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

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

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