#A8C095

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

Shades of Norway #A8C095

Tints of Norway #A8C095

Color information

#A8C095 (or 0xA8C095) is unknown color: approx Norway. HEX triplet: A8, C0 and 95. RGB value is (168,192,149). Sum of RGB (Red+Green+Blue) = 168+192+149=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C095 is #573F6A. Grayscale: #B4B4B4. Windows color (decimal): -5717867 or 9814184. OLE color: 9814184.

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

Color convert

RGB168192149-
CMYK0.1200.220.25
HSL93.49º25.44%66.86%-
HSV(B)93.49º22.4%75.29%-
XYZ40.4248.1935.61-
YUV179.92110.55119.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 192 (75.39% from 255) = 37.72%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=33.01%
G=37.72%
B=29.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681921490.1200.220.2593.4925.4466.86
HexA8C095C016195d1943
Octal250300225140263113531103
Binary1010100011000000100101011100010110110011011101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C095; }

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

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

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

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

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

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

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

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