#ACCC8B

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

Shades of Feijoa #ACCC8B

Tints of Feijoa #ACCC8B

Color information

#ACCC8B (or 0xACCC8B) is unknown color: approx Feijoa. HEX triplet: AC, CC and 8B. RGB value is (172,204,139). Sum of RGB (Red+Green+Blue) = 172+204+139=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCC8B is #533374. Grayscale: #BBBBBB. Windows color (decimal): -5452661 or 9161900. OLE color: 9161900.

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

Color convert

RGB172204139-
CMYK0.1600.320.2
HSL89.54º38.92%67.25%-
HSV(B)89.54º31.86%80%-
XYZ43.2753.8232.53-
YUV187.02100.9117.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 204 (80.08% from 255) = 39.61%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=33.40%
G=39.61%
B=26.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041390.1600.320.289.5438.9267.25
HexACCC8B10020145a2743
Octal254314213200402413247103
Binary1010110011001100100010111000001000001010010110101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCC8B; }

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

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

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

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

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

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

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

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