#ACCC92

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

Shades of Feijoa #ACCC92

Tints of Feijoa #ACCC92

Color information

#ACCC92 (or 0xACCC92) is unknown color: approx Feijoa. HEX triplet: AC, CC and 92. RGB value is (172,204,146). Sum of RGB (Red+Green+Blue) = 172+204+146=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCC92 is #53336D. Grayscale: #BCBCBC. Windows color (decimal): -5452654 or 9620652. OLE color: 9620652.

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

Color convert

RGB172204146-
CMYK0.1600.280.2
HSL93.1º36.25%68.63%-
HSV(B)93.1º28.43%80%-
XYZ43.7954.0335.32-
YUV187.82104.4116.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=32.95%
G=39.08%
B=27.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041460.1600.280.293.136.2568.63
HexACCC921001C145d2445
Octal254314222200342413544105
Binary101011001100110010010010100000111001010010111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCC92; }

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

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

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

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

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

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

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

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