Html Css Color HEX #ACC080 Caper

📋 copy color: '#ACC080'

red 172 ◦ green 192 ◦ blue 128

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

Shades of Caper #ACC080

Tints of Caper #ACC080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.02%

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

R = 34.96%
G = 39.02%
B = 26.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#ACC080 (or 0xACC080) is known color: Caper. HEX triplet: AC, C0 and 80. RGB value is (172,192,128). Sum of RGB (Red+Green+Blue) = 172+192+128=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC080 is #533F7F. Grayscale: #B2B2B2. Windows color (decimal): -5455744 or 8437932. OLE color: 8437932.

HSL color Cylindrical-coordinate representation of color #ACC080: hue angle of 78.75º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACC080 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 128 -
CMYK 0.10 0 0.33 0.25
HSL 78.75º 0.34% 0.63% -
HSV(B) 78.75º 0.33% 0.75% -
XYZ 39.76 48.03 27.6 -
YUV 178.72 99.37 123.2 -
System Red Green Blue C M Y K H S L
Decimal 172 192 128 0.10 0 0.33 0.25 78.75 0.34 0.63
Hex AC C0 80 A 0 21 19 4F 22 3F
Octal 254 300 200 12 0 41 31 117 42 77
Binary 10101100 11000000 10000000 1010 0 100001 11001 1001111 100010 111111

Color Harmonies of #ACC080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC080

Black with #ACC080

Text Example


Text Example

White with #ACC080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC080; }

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

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

background-color css

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

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

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

border-color css

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

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

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