#ABCD73

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

Shades of Caper #ABCD73

Tints of Caper #ABCD73

Color information

#ABCD73 (or 0xABCD73) is unknown color: approx Caper. HEX triplet: AB, CD and 73. RGB value is (171,205,115). Sum of RGB (Red+Green+Blue) = 171+205+115=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD73 is #54328C. Grayscale: #B8B8B8. Windows color (decimal): -5517965 or 7589291. OLE color: 7589291.

HSL color Cylindrical-coordinate representation of color #ABCD73: hue angle of 82.67º 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 #ABCD73 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB171205115-
CMYK0.1700.440.20
HSL82.67º47.37%62.75%-
HSV(B)82.67º43.9%80.39%-
XYZ41.7253.5624.36-
YUV184.5788.74118.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 115 (45.31% from 255) = 23.42%
R=34.83%
G=41.75%
B=23.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712051150.1700.440.2082.6747.3762.75
HexABCD731102C14532f3f
Octal25331516321054241235777
Binary10101011110011011110011100010101100101001010011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCD73; }

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

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

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

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

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

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

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

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