#ABC782

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

Shades of Caper #ABC782

Tints of Caper #ABC782

Color information

#ABC782 (or 0xABC782) is unknown color: approx Caper. HEX triplet: AB, C7 and 82. RGB value is (171,199,130). Sum of RGB (Red+Green+Blue) = 171+199+130=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC782 is #54387D. Grayscale: #B7B7B7. Windows color (decimal): -5519486 or 8570795. OLE color: 8570795.

HSL color Cylindrical-coordinate representation of color #ABC782: hue angle of 84.35º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABC782 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB171199130-
CMYK0.1400.350.22
HSL84.35º38.12%64.51%-
HSV(B)84.35º34.67%78.04%-
XYZ41.2551.1228.81-
YUV182.7698.22119.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.2%
GREEN value IS 199 (78.12% from 255) = 39.8%
BLUE value IS 130 (51.17% from 255) = 26%
R=34.2%
G=39.8%
B=26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711991300.1400.350.2284.3538.1264.51
HexABC782E02316542641
Octal253307202160432612446101
Binary101010111100011110000010111001000111011010101001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC782; }

 p { color: rgb(171,199,130); }

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

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

 a { background-color: rgb(171,199,130); }

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

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

 span { border-color: rgb(171,199,130); }

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