#AACB95

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

Shades of Feijoa #AACB95

Tints of Feijoa #AACB95

Color information

#AACB95 (or 0xAACB95) is unknown color: approx Feijoa. HEX triplet: AA, CB and 95. RGB value is (170,203,149). Sum of RGB (Red+Green+Blue) = 170+203+149=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB95 is #55346A. Grayscale: #BBBBBB. Windows color (decimal): -5583979 or 9817002. OLE color: 9817002.

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

Color convert

RGB170203149-
CMYK0.1600.270.20
HSL96.67º34.18%69.02%-
HSV(B)96.67º26.6%79.61%-
XYZ43.3653.4336.46-
YUV186.98106.57115.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 203 (79.69% from 255) = 38.89%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=32.57%
G=38.89%
B=28.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031490.1600.270.2096.6734.1869.02
HexAACB951001B14612245
Octal252313225200332414142105
Binary101010101100101110010101100000110111010011000011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB95; }

 p { color: rgb(170,203,149); }

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

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

 a { background-color: rgb(170,203,149); }

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

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

 span { border-color: rgb(170,203,149); }

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