#ACC388

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

Shades of Caper #ACC388

Tints of Caper #ACC388

Color information

#ACC388 (or 0xACC388) is unknown color: approx Caper. HEX triplet: AC, C3 and 88. RGB value is (172,195,136). Sum of RGB (Red+Green+Blue) = 172+195+136=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC388 is #533C77. Grayscale: #B5B5B5. Windows color (decimal): -5454968 or 8962988. OLE color: 8962988.

HSL color Cylindrical-coordinate representation of color #ACC388: hue angle of 83.39º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACC388 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB172195136-
CMYK0.1200.300.24
HSL83.39º32.96%64.9%-
HSV(B)83.39º30.26%76.47%-
XYZ40.9749.5830.7-
YUV181.4102.38121.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 195 (76.56% from 255) = 38.77%
BLUE value IS 136 (53.52% from 255) = 27.04%
R=34.19%
G=38.77%
B=27.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951360.1200.300.2483.3932.9664.9
HexACC388C01E18532141
Octal254303210140363012341101
Binary10101100110000111000100011000111101100010100111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC388; }

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

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

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

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

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

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

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

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