#ABC082

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

Shades of Caper #ABC082

Tints of Caper #ABC082

Color information

#ABC082 (or 0xABC082) is unknown color: approx Caper. HEX triplet: AB, C0 and 82. RGB value is (171,192,130). Sum of RGB (Red+Green+Blue) = 171+192+130=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC082 is #543F7D. Grayscale: #B2B2B2. Windows color (decimal): -5521278 or 8569003. OLE color: 8569003.

HSL color Cylindrical-coordinate representation of color #ABC082: hue angle of 80.32º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABC082 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB171192130-
CMYK0.1100.320.25
HSL80.32º32.98%63.14%-
HSV(B)80.32º32.29%75.29%-
XYZ39.6747.9728.29-
YUV178.65100.54122.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=34.69%
G=38.95%
B=26.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921300.1100.320.2580.3232.9863.14
HexABC082B0201950213f
Octal25330020213040311204177
Binary10101011110000001000001010110100000110011010000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC082; }

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

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

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

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

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

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

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

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