Html Css Color HEX #ACC780 Caper

📋 copy color: '#ACC780'

red 172 ◦ green 199 ◦ blue 128

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

Shades of Caper #ACC780

Tints of Caper #ACC780

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.88%

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

R = 34.47%
G = 39.88%
B = 25.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#ACC780 (or 0xACC780) is known color: Caper. HEX triplet: AC, C7 and 80. RGB value is (172,199,128). Sum of RGB (Red+Green+Blue) = 172+199+128=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC780 is #53387F. Grayscale: #B7B7B7. Windows color (decimal): -5453952 or 8439724. OLE color: 8439724.

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

Color convert

RGB 172 199 128 -
CMYK 0.14 0 0.36 0.22
HSL 82.82º 0.39% 0.64% -
HSV(B) 82.82º 0.36% 0.78% -
XYZ 41.33 51.18 28.12 -
YUV 182.83 97.05 120.27 -
System Red Green Blue C M Y K H S L
Decimal 172 199 128 0.14 0 0.36 0.22 82.82 0.39 0.64
Hex AC C7 80 E 0 24 16 53 27 40
Octal 254 307 200 16 0 44 26 123 47 100
Binary 10101100 11000111 10000000 1110 0 100100 10110 1010011 100111 1000000

Color Harmonies of #ACC780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC780

Black with #ACC780

Text Example


Text Example

White with #ACC780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC780; }

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

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

background-color css

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

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

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

border-color css

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

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

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