#ACCB88

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

Shades of Feijoa #ACCB88

Tints of Feijoa #ACCB88

Color information

#ACCB88 (or 0xACCB88) is unknown color: approx Feijoa. HEX triplet: AC, CB and 88. RGB value is (172,203,136). Sum of RGB (Red+Green+Blue) = 172+203+136=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB88 is #533477. Grayscale: #BABABA. Windows color (decimal): -5452920 or 8965036. OLE color: 8965036.

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

Color convert

RGB172203136-
CMYK0.1500.330.20
HSL87.76º39.18%66.47%-
HSV(B)87.76º33%79.61%-
XYZ42.8153.2631.32-
YUV186.0999.73117.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 203 (79.69% from 255) = 39.73%
BLUE value IS 136 (53.52% from 255) = 26.61%
R=33.66%
G=39.73%
B=26.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031360.1500.330.2087.7639.1866.47
HexACCB88F02114582742
Octal254313210170412413047102
Binary101011001100101110001000111101000011010010110001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCB88; }

 p { color: rgb(172,203,136); }

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

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

 a { background-color: rgb(172,203,136); }

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

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

 span { border-color: rgb(172,203,136); }

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