Html Css Color HEX #ACB990 Green Spring

📋 copy color: '#ACB990'

red 172 ◦ green 185 ◦ blue 144

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

Shades of Green Spring #ACB990

Tints of Green Spring #ACB990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.93%

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

R = 34.33%
G = 36.93%
B = 28.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#ACB990 (or 0xACB990) is known color: Green Spring. HEX triplet: AC, B9 and 90. RGB value is (172,185,144). Sum of RGB (Red+Green+Blue) = 172+185+144=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB990 is #53466F. Grayscale: #B0B0B0. Windows color (decimal): -5457520 or 9484716. OLE color: 9484716.

HSL color Cylindrical-coordinate representation of color #ACB990: hue angle of 79.02º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB990 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 144 -
CMYK 0.07 0 0.22 0.27
HSL 79.02º 0.23% 0.65% -
HSV(B) 79.02º 0.22% 0.73% -
XYZ 39.4 45.48 33.09 -
YUV 176.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 172 185 144 0.07 0 0.22 0.27 79.02 0.23 0.65
Hex AC B9 90 7 0 16 1B 4F 17 41
Octal 254 271 220 7 0 26 33 117 27 101
Binary 10101100 10111001 10010000 111 0 10110 11011 1001111 10111 1000001

Color Harmonies of #ACB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB990

Black with #ACB990

Text Example


Text Example

White with #ACB990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB990; }

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

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

background-color css

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

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

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

border-color css

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

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

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