#ABCC73

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

Shades of Caper #ABCC73

Tints of Caper #ABCC73

Color information

#ABCC73 (or 0xABCC73) is unknown color: approx Caper. HEX triplet: AB, CC and 73. RGB value is (171,204,115). Sum of RGB (Red+Green+Blue) = 171+204+115=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC73 is #54338C. Grayscale: #B8B8B8. Windows color (decimal): -5518221 or 7589035. OLE color: 7589035.

HSL color Cylindrical-coordinate representation of color #ABCC73: hue angle of 82.25º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABCC73 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB171204115-
CMYK0.1600.440.2
HSL82.25º46.6%62.55%-
HSV(B)82.25º43.63%80%-
XYZ41.4853.0824.28-
YUV183.9989.07118.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=34.90%
G=41.63%
B=23.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712041150.1600.440.282.2546.662.55
HexABCC731002C14522f3f
Octal25331416320054241225777
Binary10101011110011001110011100000101100101001010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC73; }

 p { color: rgb(171,204,115); }

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

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

 a { background-color: rgb(171,204,115); }

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

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

 span { border-color: rgb(171,204,115); }

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