Html Css Color HEX #ACC680 Caper

📋 copy color: '#ACC680'

red 172 ◦ green 198 ◦ blue 128

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

Shades of Caper #ACC680

Tints of Caper #ACC680

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.76%

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

R = 34.54%
G = 39.76%
B = 25.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#ACC680 (or 0xACC680) is known color: Caper. HEX triplet: AC, C6 and 80. RGB value is (172,198,128). Sum of RGB (Red+Green+Blue) = 172+198+128=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC680 is #53397F. Grayscale: #B6B6B6. Windows color (decimal): -5454208 or 8439468. OLE color: 8439468.

HSL color Cylindrical-coordinate representation of color #ACC680: hue angle of 82.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACC680 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 128 -
CMYK 0.13 0 0.35 0.22
HSL 82.29º 0.38% 0.64% -
HSV(B) 82.29º 0.35% 0.78% -
XYZ 41.1 50.72 28.05 -
YUV 182.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 172 198 128 0.13 0 0.35 0.22 82.29 0.38 0.64
Hex AC C6 80 D 0 23 16 52 26 40
Octal 254 306 200 15 0 43 26 122 46 100
Binary 10101100 11000110 10000000 1101 0 100011 10110 1010010 100110 1000000

Color Harmonies of #ACC680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC680

Black with #ACC680

Text Example


Text Example

White with #ACC680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC680; }

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

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

background-color css

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

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

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

border-color css

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

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

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