#AACB85

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

Shades of Feijoa #AACB85

Tints of Feijoa #AACB85

Color information

#AACB85 (or 0xAACB85) is unknown color: approx Feijoa. HEX triplet: AA, CB and 85. RGB value is (170,203,133). Sum of RGB (Red+Green+Blue) = 170+203+133=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB85 is #55347A. Grayscale: #B9B9B9. Windows color (decimal): -5583995 or 8768426. OLE color: 8768426.

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

Color convert

RGB170203133-
CMYK0.1600.340.20
HSL88.29º40.23%65.88%-
HSV(B)88.29º34.48%79.61%-
XYZ42.1752.9530.19-
YUV185.1598.57117.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 203 (79.69% from 255) = 40.12%
BLUE value IS 133 (52.34% from 255) = 26.28%
R=33.60%
G=40.12%
B=26.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031330.1600.340.2088.2940.2365.88
HexAACB851002214582842
Octal252313205200422413050102
Binary1010101011001011100001011000001000101010010110001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB85; }

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

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

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

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

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

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

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

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