#AACB96

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

Shades of Feijoa #AACB96

Tints of Feijoa #AACB96

Color information

#AACB96 (or 0xAACB96) is unknown color: approx Feijoa. HEX triplet: AA, CB and 96. RGB value is (170,203,150). Sum of RGB (Red+Green+Blue) = 170+203+150=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB96 is #553469. Grayscale: #BBBBBB. Windows color (decimal): -5583978 or 9882538. OLE color: 9882538.

HSL color Cylindrical-coordinate representation of color #AACB96: hue angle of 97.36º degrees, saturation: 0.34, 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 #AACB96 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB170203150-
CMYK0.1600.260.20
HSL97.36º33.76%69.22%-
HSV(B)97.36º26.11%79.61%-
XYZ43.4453.4636.88-
YUV187.09107.07115.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 203 (79.69% from 255) = 38.81%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=32.50%
G=38.81%
B=28.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031500.1600.260.2097.3633.7669.22
HexAACB961001A14612245
Octal252313226200322414142105
Binary101010101100101110010110100000110101010011000011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB96; }

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

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

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

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

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

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

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

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