#ACC08A

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

Shades of Caper #ACC08A

Tints of Caper #ACC08A

Color information

#ACC08A (or 0xACC08A) is unknown color: approx Caper. HEX triplet: AC, C0 and 8A. RGB value is (172,192,138). Sum of RGB (Red+Green+Blue) = 172+192+138=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC08A is #533F75. Grayscale: #B4B4B4. Windows color (decimal): -5455734 or 9093292. OLE color: 9093292.

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

Color convert

RGB172192138-
CMYK0.1000.280.25
HSL82.22º30%64.71%-
HSV(B)82.22º28.12%75.29%-
XYZ40.4548.331.24-
YUV179.86104.37122.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 192 (75.39% from 255) = 38.25%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=34.26%
G=38.25%
B=27.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921380.1000.280.2582.223064.71
HexACC08AA01C19521e41
Octal254300212120343112236101
Binary1010110011000000100010101010011100110011010010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC08A; }

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

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

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

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

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

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

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

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