Html Css Color HEX #ACC880 Caper

📋 copy color: '#ACC880'

red 172 ◦ green 200 ◦ blue 128

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

Shades of Caper #ACC880

Tints of Caper #ACC880

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40%

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

R = 34.4%
G = 40%
B = 25.6%

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

#ACC880 (or 0xACC880) is known color: Caper. HEX triplet: AC, C8 and 80. RGB value is (172,200,128). Sum of RGB (Red+Green+Blue) = 172+200+128=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC880 is #53377F. Grayscale: #B7B7B7. Windows color (decimal): -5453696 or 8439980. OLE color: 8439980.

HSL color Cylindrical-coordinate representation of color #ACC880: hue angle of 83.33º degrees, saturation: 0.4, 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 #ACC880 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 128 -
CMYK 0.14 0 0.36 0.22
HSL 83.33º 0.4% 0.64% -
HSV(B) 83.33º 0.36% 0.78% -
XYZ 41.56 51.64 28.2 -
YUV 183.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 172 200 128 0.14 0 0.36 0.22 83.33 0.4 0.64
Hex AC C8 80 E 0 24 16 53 28 40
Octal 254 310 200 16 0 44 26 123 50 100
Binary 10101100 11001000 10000000 1110 0 100100 10110 1010011 101000 1000000

Color Harmonies of #ACC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC880

Black with #ACC880

Text Example


Text Example

White with #ACC880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC880; }

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

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

background-color css

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

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

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

border-color css

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

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

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