#ABCA72

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

Shades of Caper #ABCA72

Tints of Caper #ABCA72

Color information

#ABCA72 (or 0xABCA72) is unknown color: approx Caper. HEX triplet: AB, CA and 72. RGB value is (171,202,114). Sum of RGB (Red+Green+Blue) = 171+202+114=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCA72 is #54358D. Grayscale: #B7B7B7. Windows color (decimal): -5518734 or 7522987. OLE color: 7522987.

HSL color Cylindrical-coordinate representation of color #ABCA72: hue angle of 81.14º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABCA72 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB171202114-
CMYK0.1500.440.21
HSL81.14º45.36%61.96%-
HSV(B)81.14º43.56%79.22%-
XYZ40.9552.1123.82-
YUV182.789.23119.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=35.11%
G=41.48%
B=23.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021140.1500.440.2181.1445.3661.96
HexABCA72F02C15512d3e
Octal25331216217054251215576
Binary1010101111001010111001011110101100101011010001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA72; }

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

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

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

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

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

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

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

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