Html Css Color HEX #ACB490 Green Spring

📋 copy color: '#ACB490'

red 172 ◦ green 180 ◦ blue 144

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

Shades of Green Spring #ACB490

Tints of Green Spring #ACB490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.03%

R = 34.68%
G = 36.29%
B = 29.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#ACB490 (or 0xACB490) is known color: Green Spring. HEX triplet: AC, B4 and 90. RGB value is (172,180,144). Sum of RGB (Red+Green+Blue) = 172+180+144=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB490 is #534B6F. Grayscale: #ADADAD. Windows color (decimal): -5458800 or 9483436. OLE color: 9483436.

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

Color convert

RGB 172 180 144 -
CMYK 0.04 0 0.2 0.29
HSL 73.33º 0.19% 0.64% -
HSV(B) 73.33º 0.2% 0.71% -
XYZ 38.37 43.43 32.75 -
YUV 173.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 172 180 144 0.04 0 0.2 0.29 73.33 0.19 0.64
Hex AC B4 90 4 0 14 1D 49 13 40
Octal 254 264 220 4 0 24 35 111 23 100
Binary 10101100 10110100 10010000 100 0 10100 11101 1001001 10011 1000000

Color Harmonies of #ACB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB490

Black with #ACB490

Text Example


Text Example

White with #ACB490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB490; }

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

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

background-color css

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

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

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

border-color css

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

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

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