#ABD072

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

Shades of Caper #ABD072

Tints of Caper #ABD072

Color information

#ABD072 (or 0xABD072) is unknown color: approx Caper. HEX triplet: AB, D0 and 72. RGB value is (171,208,114). Sum of RGB (Red+Green+Blue) = 171+208+114=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD072 is #542F8D. Grayscale: #BABABA. Windows color (decimal): -5517198 or 7524523. OLE color: 7524523.

HSL color Cylindrical-coordinate representation of color #ABD072: hue angle of 83.62º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABD072 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB171208114-
CMYK0.1800.450.18
HSL83.62º50%63.14%-
HSV(B)83.62º45.19%81.57%-
XYZ42.3954.9824.3-
YUV186.2287.24117.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 208 (81.64% from 255) = 42.19%
BLUE value IS 114 (44.92% from 255) = 23.12%
R=34.69%
G=42.19%
B=23.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712081140.1800.450.1883.625063.14
HexABD0721202D1254323f
Octal25332016222055221246277
Binary10101011110100001110010100100101101100101010100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD072; }

 p { color: rgb(171,208,114); }

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

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

 a { background-color: rgb(171,208,114); }

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

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

 span { border-color: rgb(171,208,114); }

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