Html Css Color HEX #ACB290 Green Spring

📋 copy color: '#ACB290'

red 172 ◦ green 178 ◦ blue 144

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

Shades of Green Spring #ACB290

Tints of Green Spring #ACB290

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.03%

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

R = 34.82%
G = 36.03%
B = 29.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#ACB290 (or 0xACB290) is known color: Green Spring. HEX triplet: AC, B2 and 90. RGB value is (172,178,144). Sum of RGB (Red+Green+Blue) = 172+178+144=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB290 is #534D6F. Grayscale: #ACACAC. Windows color (decimal): -5459312 or 9482924. OLE color: 9482924.

HSL color Cylindrical-coordinate representation of color #ACB290: hue angle of 70.59º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACB290 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 144 -
CMYK 0.03 0 0.19 0.30
HSL 70.59º 0.18% 0.63% -
HSV(B) 70.59º 0.19% 0.7% -
XYZ 37.97 42.63 32.61 -
YUV 172.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 172 178 144 0.03 0 0.19 0.30 70.59 0.18 0.63
Hex AC B2 90 3 0 13 1E 47 12 3F
Octal 254 262 220 3 0 23 36 107 22 77
Binary 10101100 10110010 10010000 11 0 10011 11110 1000111 10010 111111

Color Harmonies of #ACB290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB290

Black with #ACB290

Text Example


Text Example

White with #ACB290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB290; }

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

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

background-color css

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

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

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

border-color css

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

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

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