#ABC28A

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

Shades of Caper #ABC28A

Tints of Caper #ABC28A

Color information

#ABC28A (or 0xABC28A) is unknown color: approx Caper. HEX triplet: AB, C2 and 8A. RGB value is (171,194,138). Sum of RGB (Red+Green+Blue) = 171+194+138=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC28A is #543D75. Grayscale: #B4B4B4. Windows color (decimal): -5520758 or 9093803. OLE color: 9093803.

HSL color Cylindrical-coordinate representation of color #ABC28A: hue angle of 84.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABC28A is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB171194138-
CMYK0.1200.290.24
HSL84.64º31.46%65.1%-
HSV(B)84.64º28.87%76.08%-
XYZ40.6749.0831.37-
YUV180.74103.88121.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 194 (76.17% from 255) = 38.57%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=34.00%
G=38.57%
B=27.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941380.1200.290.2484.6431.4665.1
HexABC28AC01D18551f41
Octal253302212140353012537101
Binary1010101111000010100010101100011101110001010101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC28A; }

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

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

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

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

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

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

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

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