#ACC073

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

Shades of Caper #ACC073

Tints of Caper #ACC073

Color information

#ACC073 (or 0xACC073) is unknown color: approx Caper. HEX triplet: AC, C0 and 73. RGB value is (172,192,115). Sum of RGB (Red+Green+Blue) = 172+192+115=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC073 is #533F8C. Grayscale: #B1B1B1. Windows color (decimal): -5455757 or 7585964. OLE color: 7585964.

HSL color Cylindrical-coordinate representation of color #ACC073: hue angle of 75.58º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACC073 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB172192115-
CMYK0.1000.400.25
HSL75.58º37.93%60.2%-
HSV(B)75.58º40.1%75.29%-
XYZ38.9647.7123.37-
YUV177.2492.87124.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 192 (75.39% from 255) = 40.08%
BLUE value IS 115 (45.31% from 255) = 24.01%
R=35.91%
G=40.08%
B=24.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921150.1000.400.2575.5837.9360.2
HexACC073A028194c263c
Octal25430016312050311144674
Binary1010110011000000111001110100101000110011001100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC073; }

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

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

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

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

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

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

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

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