Html Css Color HEX #ACB994 Green Spring

📋 copy color: '#ACB994'

red 172 ◦ green 185 ◦ blue 148

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

Shades of Green Spring #ACB994

Tints of Green Spring #ACB994

RGB

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

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

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

R = 34.06%
G = 36.63%
B = 29.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#ACB994 (or 0xACB994) is known color: Green Spring. HEX triplet: AC, B9 and 94. RGB value is (172,185,148). Sum of RGB (Red+Green+Blue) = 172+185+148=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB994 is #53466B. Grayscale: #B1B1B1. Windows color (decimal): -5457516 or 9746860. OLE color: 9746860.

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

Color convert

RGB 172 185 148 -
CMYK 0.07 0 0.20 0.27
HSL 81.08º 0.21% 0.65% -
HSV(B) 81.08º 0.2% 0.73% -
XYZ 39.71 45.61 34.73 -
YUV 176.9 111.69 124.51 -
System Red Green Blue C M Y K H S L
Decimal 172 185 148 0.07 0 0.20 0.27 81.08 0.21 0.65
Hex AC B9 94 7 0 14 1B 51 15 41
Octal 254 271 224 7 0 24 33 121 25 101
Binary 10101100 10111001 10010100 111 0 10100 11011 1010001 10101 1000001

Color Harmonies of #ACB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB994

Black with #ACB994

Text Example


Text Example

White with #ACB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB994; }

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

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

background-color css

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

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

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

border-color css

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

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

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