Html Css Color HEX #ACCC80 Caper

📋 copy color: '#ACCC80'

red 172 ◦ green 204 ◦ blue 128

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

Shades of Caper #ACCC80

Tints of Caper #ACCC80

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.48%

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

R = 34.13%
G = 40.48%
B = 25.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#ACCC80 (or 0xACCC80) is known color: Caper. HEX triplet: AC, CC and 80. RGB value is (172,204,128). Sum of RGB (Red+Green+Blue) = 172+204+128=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCC80 is #53337F. Grayscale: #BABABA. Windows color (decimal): -5452672 or 8441004. OLE color: 8441004.

HSL color Cylindrical-coordinate representation of color #ACCC80: hue angle of 85.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACCC80 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 128 -
CMYK 0.16 0 0.37 0.2
HSL 85.26º 0.43% 0.65% -
HSV(B) 85.26º 0.37% 0.8% -
XYZ 42.5 53.51 28.51 -
YUV 185.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 172 204 128 0.16 0 0.37 0.2 85.26 0.43 0.65
Hex AC CC 80 10 0 25 14 55 2B 41
Octal 254 314 200 20 0 45 24 125 53 101
Binary 10101100 11001100 10000000 10000 0 100101 10100 1010101 101011 1000001

Color Harmonies of #ACCC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC80

Black with #ACCC80

Text Example


Text Example

White with #ACCC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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