Html Css Color HEX #ACB997 Green Spring

📋 copy color: '#ACB997'

red 172 ◦ green 185 ◦ blue 151

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

Shades of Green Spring #ACB997

Tints of Green Spring #ACB997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.72%

R = 33.86%
G = 36.42%
B = 29.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#ACB997 (or 0xACB997) is known color: Green Spring. HEX triplet: AC, B9 and 97. RGB value is (172,185,151). Sum of RGB (Red+Green+Blue) = 172+185+151=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB997 is #534668. Grayscale: #B1B1B1. Windows color (decimal): -5457513 or 9943468. OLE color: 9943468.

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

Color convert

RGB 172 185 151 -
CMYK 0.07 0 0.18 0.27
HSL 82.94º 0.2% 0.66% -
HSV(B) 82.94º 0.18% 0.73% -
XYZ 39.95 45.7 35.99 -
YUV 177.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 172 185 151 0.07 0 0.18 0.27 82.94 0.2 0.66
Hex AC B9 97 7 0 12 1B 53 14 42
Octal 254 271 227 7 0 22 33 123 24 102
Binary 10101100 10111001 10010111 111 0 10010 11011 1010011 10100 1000010

Color Harmonies of #ACB997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB997

Black with #ACB997

Text Example


Text Example

White with #ACB997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB997; }

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

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

background-color css

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

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

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

border-color css

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

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

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