#A8C091

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

Shades of Norway #A8C091

Tints of Norway #A8C091

Color information

#A8C091 (or 0xA8C091) is unknown color: approx Norway. HEX triplet: A8, C0 and 91. RGB value is (168,192,145). Sum of RGB (Red+Green+Blue) = 168+192+145=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C091 is #573F6E. Grayscale: #B3B3B3. Windows color (decimal): -5717871 or 9552040. OLE color: 9552040.

HSL color Cylindrical-coordinate representation of color #A8C091: hue angle of 90.64º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8C091 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB168192145-
CMYK0.1200.240.25
HSL90.64º27.17%66.08%-
HSV(B)90.64º24.48%75.29%-
XYZ40.1148.0733.95-
YUV179.47108.55119.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.27%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 145 (57.03% from 255) = 28.71%
R=33.27%
G=38.02%
B=28.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681921450.1200.240.2590.6427.1766.08
HexA8C091C018195b1b42
Octal250300221140303113333102
Binary1010100011000000100100011100011000110011011011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C091; }

 p { color: rgb(168,192,145); }

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

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

 a { background-color: rgb(168,192,145); }

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

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

 span { border-color: rgb(168,192,145); }

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