#ABCA88

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

Shades of Feijoa #ABCA88

Tints of Feijoa #ABCA88

Color information

#ABCA88 (or 0xABCA88) is unknown color: approx Feijoa. HEX triplet: AB, CA and 88. RGB value is (171,202,136). Sum of RGB (Red+Green+Blue) = 171+202+136=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCA88 is #543577. Grayscale: #B9B9B9. Windows color (decimal): -5518712 or 8964779. OLE color: 8964779.

HSL color Cylindrical-coordinate representation of color #ABCA88: hue angle of 88.18º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABCA88 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB171202136-
CMYK0.1500.330.21
HSL88.18º38.37%66.27%-
HSV(B)88.18º32.67%79.22%-
XYZ42.3652.6831.23-
YUV185.21100.23117.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 202 (79.30% from 255) = 39.69%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=33.60%
G=39.69%
B=26.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021360.1500.330.2188.1838.3766.27
HexABCA88F02115582642
Octal253312210170412513046102
Binary101010111100101010001000111101000011010110110001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA88; }

 p { color: rgb(171,202,136); }

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

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

 a { background-color: rgb(171,202,136); }

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

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

 span { border-color: rgb(171,202,136); }

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