#ABC085

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

Shades of Caper #ABC085

Tints of Caper #ABC085

Color information

#ABC085 (or 0xABC085) is unknown color: approx Caper. HEX triplet: AB, C0 and 85. RGB value is (171,192,133). Sum of RGB (Red+Green+Blue) = 171+192+133=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC085 is #543F7A. Grayscale: #B3B3B3. Windows color (decimal): -5521275 or 8765611. OLE color: 8765611.

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

Color convert

RGB171192133-
CMYK0.1100.310.25
HSL81.36º31.89%63.73%-
HSV(B)81.36º30.73%75.29%-
XYZ39.8848.0529.36-
YUV179102.04122.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 192 (75.39% from 255) = 38.71%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=34.48%
G=38.71%
B=26.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921330.1100.310.2581.3631.8963.73
HexABC085B01F19512040
Octal253300205130373112140100
Binary10101011110000001000010110110111111100110100011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC085; }

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

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

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

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

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

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

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

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