#ACC380

Color #ACC380 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #ACC380

Tints of Caper #ACC380

Color information

#ACC380 (or 0xACC380) is unknown color: approx Caper. HEX triplet: AC, C3 and 80. RGB value is (172,195,128). Sum of RGB (Red+Green+Blue) = 172+195+128=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC380 is #533C7F. Grayscale: #B4B4B4. Windows color (decimal): -5454976 or 8438700. OLE color: 8438700.

HSL color Cylindrical-coordinate representation of color #ACC380: hue angle of 80.6º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACC380 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB172195128-
CMYK0.1200.340.24
HSL80.6º35.83%63.33%-
HSV(B)80.6º34.36%76.47%-
XYZ40.4249.3627.82-
YUV180.4898.38121.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 195 (76.56% from 255) = 39.39%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=34.75%
G=39.39%
B=25.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951280.1200.340.2480.635.8363.33
HexACC380C0221851243f
Octal25430320014042301214477
Binary10101100110000111000000011000100010110001010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC380; }

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

 H1.HeaderClassName
 {
   color: #ACC380;
 }
 .AnyTagClassName
 {
   color: #ACC380;
 }
</style>
background-color css

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

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

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

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

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

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