#ACCA91

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

Shades of Norway #ACCA91

Tints of Norway #ACCA91

Color information

#ACCA91 (or 0xACCA91) is unknown color: approx Norway. HEX triplet: AC, CA and 91. RGB value is (172,202,145). Sum of RGB (Red+Green+Blue) = 172+202+145=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCA91 is #53356E. Grayscale: #BABABA. Windows color (decimal): -5453167 or 9554604. OLE color: 9554604.

HSL color Cylindrical-coordinate representation of color #ACCA91: hue angle of 91.58º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACCA91 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB172202145-
CMYK0.1500.280.21
HSL91.58º34.97%68.04%-
HSV(B)91.58º28.22%79.22%-
XYZ43.2453.0634.75-
YUV186.53104.56117.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 145 (57.03% from 255) = 27.94%
R=33.14%
G=38.92%
B=27.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021450.1500.280.2191.5834.9768.04
HexACCA91F01C155c2344
Octal254312221170342513443104
Binary10101100110010101001000111110111001010110111001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA91; }

 p { color: rgb(172,202,145); }

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

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

 a { background-color: rgb(172,202,145); }

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

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

 span { border-color: rgb(172,202,145); }

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