#ABC08A

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

Shades of Caper #ABC08A

Tints of Caper #ABC08A

Color information

#ABC08A (or 0xABC08A) is unknown color: approx Caper. HEX triplet: AB, C0 and 8A. RGB value is (171,192,138). Sum of RGB (Red+Green+Blue) = 171+192+138=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC08A is #543F75. Grayscale: #B3B3B3. Windows color (decimal): -5521270 or 9093291. OLE color: 9093291.

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

Color convert

RGB171192138-
CMYK0.1100.280.25
HSL83.33º30%64.71%-
HSV(B)83.33º28.12%75.29%-
XYZ40.2348.1931.23-
YUV179.56104.54121.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 192 (75.39% from 255) = 38.32%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=34.13%
G=38.32%
B=27.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921380.1100.280.2583.333064.71
HexABC08AB01C19531e41
Octal253300212130343112336101
Binary1010101111000000100010101011011100110011010011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC08A; }

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

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

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

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

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

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

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

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