Html Css Color HEX #ACC980 Caper

📋 copy color: '#ACC980'

red 172 ◦ green 201 ◦ blue 128

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

Shades of Caper #ACC980

Tints of Caper #ACC980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.55%

R = 34.33%
G = 40.12%
B = 25.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#ACC980 (or 0xACC980) is known color: Caper. HEX triplet: AC, C9 and 80. RGB value is (172,201,128). Sum of RGB (Red+Green+Blue) = 172+201+128=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC980 is #53367F. Grayscale: #B8B8B8. Windows color (decimal): -5453440 or 8440236. OLE color: 8440236.

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

Color convert

RGB 172 201 128 -
CMYK 0.14 0 0.36 0.21
HSL 83.84º 0.4% 0.65% -
HSV(B) 83.84º 0.36% 0.79% -
XYZ 41.8 52.1 28.28 -
YUV 184.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 172 201 128 0.14 0 0.36 0.21 83.84 0.4 0.65
Hex AC C9 80 E 0 24 15 54 28 41
Octal 254 311 200 16 0 44 25 124 50 101
Binary 10101100 11001001 10000000 1110 0 100100 10101 1010100 101000 1000001

Color Harmonies of #ACC980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC980

Black with #ACC980

Text Example


Text Example

White with #ACC980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC980; }

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

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

background-color css

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

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

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

border-color css

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

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

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