#ABCA83

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

Shades of Caper #ABCA83

Tints of Caper #ABCA83

Color information

#ABCA83 (or 0xABCA83) is unknown color: approx Caper. HEX triplet: AB, CA and 83. RGB value is (171,202,131). Sum of RGB (Red+Green+Blue) = 171+202+131=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCA83 is #54357C. Grayscale: #B8B8B8. Windows color (decimal): -5518717 or 8637099. OLE color: 8637099.

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

Color convert

RGB171202131-
CMYK0.1500.350.21
HSL86.2º40.11%65.29%-
HSV(B)86.2º35.15%79.22%-
XYZ42.0152.5429.4-
YUV184.6497.73118.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 131 (51.56% from 255) = 25.99%
R=33.93%
G=40.08%
B=25.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021310.1500.350.2186.240.1165.29
HexABCA83F02315562841
Octal253312203170432512650101
Binary101010111100101010000011111101000111010110101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA83; }

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

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

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

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

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

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

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

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