Html Css Color HEX #ACC993 Sprout

📋 copy color: '#ACC993'

red 172 ◦ green 201 ◦ blue 147

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

Shades of Sprout #ACC993

Tints of Sprout #ACC993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.27%

R = 33.08%
G = 38.65%
B = 28.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#ACC993 (or 0xACC993) is known color: Sprout. HEX triplet: AC, C9 and 93. RGB value is (172,201,147). Sum of RGB (Red+Green+Blue) = 172+201+147=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC993 is #53366C. Grayscale: #BABABA. Windows color (decimal): -5453421 or 9685420. OLE color: 9685420.

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

Color convert

RGB 172 201 147 -
CMYK 0.14 0 0.27 0.21
HSL 92.22º 0.33% 0.68% -
HSV(B) 92.22º 0.27% 0.79% -
XYZ 43.17 52.65 35.49 -
YUV 186.17 105.89 117.89 -
System Red Green Blue C M Y K H S L
Decimal 172 201 147 0.14 0 0.27 0.21 92.22 0.33 0.68
Hex AC C9 93 E 0 1B 15 5C 21 44
Octal 254 311 223 16 0 33 25 134 41 104
Binary 10101100 11001001 10010011 1110 0 11011 10101 1011100 100001 1000100

Color Harmonies of #ACC993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC993

Black with #ACC993

Text Example


Text Example

White with #ACC993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC993; }

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

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

background-color css

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

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

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

border-color css

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

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

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