Html Css Color HEX #ACC997 Sprout

📋 copy color: '#ACC997'

red 172 ◦ green 201 ◦ blue 151

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

Shades of Sprout #ACC997

Tints of Sprout #ACC997

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.36%

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

R = 32.82%
G = 38.36%
B = 28.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#ACC997 (or 0xACC997) is known color: Sprout. HEX triplet: AC, C9 and 97. RGB value is (172,201,151). Sum of RGB (Red+Green+Blue) = 172+201+151=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC997 is #533668. Grayscale: #BABABA. Windows color (decimal): -5453417 or 9947564. OLE color: 9947564.

HSL color Cylindrical-coordinate representation of color #ACC997: hue angle of 94.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACC997 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 151 -
CMYK 0.14 0 0.25 0.21
HSL 94.8º 0.32% 0.69% -
HSV(B) 94.8º 0.25% 0.79% -
XYZ 43.49 52.78 37.17 -
YUV 186.63 107.89 117.57 -
System Red Green Blue C M Y K H S L
Decimal 172 201 151 0.14 0 0.25 0.21 94.8 0.32 0.69
Hex AC C9 97 E 0 19 15 5F 20 45
Octal 254 311 227 16 0 31 25 137 40 105
Binary 10101100 11001001 10010111 1110 0 11001 10101 1011111 100000 1000101

Color Harmonies of #ACC997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC997

Black with #ACC997

Text Example


Text Example

White with #ACC997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC997; }

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

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

background-color css

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

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

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

border-color css

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

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

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