#ABCB88

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

Shades of Feijoa #ABCB88

Tints of Feijoa #ABCB88

Color information

#ABCB88 (or 0xABCB88) is unknown color: approx Feijoa. HEX triplet: AB, CB and 88. RGB value is (171,203,136). Sum of RGB (Red+Green+Blue) = 171+203+136=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCB88 is #543477. Grayscale: #BABABA. Windows color (decimal): -5518456 or 8965035. OLE color: 8965035.

HSL color Cylindrical-coordinate representation of color #ABCB88: hue angle of 88.66º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABCB88 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB171203136-
CMYK0.1600.330.20
HSL88.66º39.18%66.47%-
HSV(B)88.66º33%79.61%-
XYZ42.5953.1531.31-
YUV185.7999.9117.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 203 (79.69% from 255) = 39.80%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=33.53%
G=39.80%
B=26.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031360.1600.330.2088.6639.1866.47
HexABCB881002114592742
Octal253313210200412413147102
Binary1010101111001011100010001000001000011010010110011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCB88; }

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

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

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

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

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

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

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

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