#ABCC96

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

Shades of Feijoa #ABCC96

Tints of Feijoa #ABCC96

Color information

#ABCC96 (or 0xABCC96) is unknown color: approx Feijoa. HEX triplet: AB, CC and 96. RGB value is (171,204,150). Sum of RGB (Red+Green+Blue) = 171+204+150=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC96 is #543369. Grayscale: #BCBCBC. Windows color (decimal): -5518186 or 9882795. OLE color: 9882795.

HSL color Cylindrical-coordinate representation of color #ABCC96: hue angle of 96.67º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABCC96 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB171204150-
CMYK0.1600.260.2
HSL96.67º34.62%69.41%-
HSV(B)96.67º26.47%80%-
XYZ43.8954.0536.97-
YUV187.98106.57115.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 150 (58.98% from 255) = 28.57%
R=32.57%
G=38.86%
B=28.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712041500.1600.260.296.6734.6269.41
HexABCC961001A14612345
Octal253314226200322414143105
Binary101010111100110010010110100000110101010011000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC96; }

 p { color: rgb(171,204,150); }

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

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

 a { background-color: rgb(171,204,150); }

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

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

 span { border-color: rgb(171,204,150); }

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