#ACCC89

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

Shades of Feijoa #ACCC89

Tints of Feijoa #ACCC89

Color information

#ACCC89 (or 0xACCC89) is unknown color: approx Feijoa. HEX triplet: AC, CC and 89. RGB value is (172,204,137). Sum of RGB (Red+Green+Blue) = 172+204+137=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCC89 is #533376. Grayscale: #BBBBBB. Windows color (decimal): -5452663 or 9030828. OLE color: 9030828.

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

Color convert

RGB172204137-
CMYK0.1600.330.2
HSL88.66º39.64%66.86%-
HSV(B)88.66º32.84%80%-
XYZ43.1253.7631.77-
YUV186.7999.9117.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 204 (80.08% from 255) = 39.77%
BLUE value IS 137 (53.91% from 255) = 26.71%
R=33.53%
G=39.77%
B=26.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041370.1600.330.288.6639.6466.86
HexACCC891002114592843
Octal254314211200412413150103
Binary1010110011001100100010011000001000011010010110011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCC89; }

 p { color: rgb(172,204,137); }

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

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

 a { background-color: rgb(172,204,137); }

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

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

 span { border-color: rgb(172,204,137); }

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