#ACC890

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

Shades of Norway #ACC890

Tints of Norway #ACC890

Color information

#ACC890 (or 0xACC890) is unknown color: approx Norway. HEX triplet: AC, C8 and 90. RGB value is (172,200,144). Sum of RGB (Red+Green+Blue) = 172+200+144=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC890 is #53376F. Grayscale: #B9B9B9. Windows color (decimal): -5453680 or 9488556. OLE color: 9488556.

HSL color Cylindrical-coordinate representation of color #ACC890: hue angle of 90º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACC890 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB172200144-
CMYK0.1400.280.22
HSL90º33.73%67.45%-
HSV(B)90º28%78.43%-
XYZ42.752.0934.19-
YUV185.24104.72118.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 200 (78.52% from 255) = 38.76%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=33.33%
G=38.76%
B=27.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1722001440.1400.280.229033.7367.45
HexACC890E01C165a2243
Octal254310220160342613242103
Binary10101100110010001001000011100111001011010110101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC890; }

 p { color: rgb(172,200,144); }

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

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

 a { background-color: rgb(172,200,144); }

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

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

 span { border-color: rgb(172,200,144); }

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