#A8C695

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

Shades of Norway #A8C695

Tints of Norway #A8C695

Color information

#A8C695 (or 0xA8C695) is unknown color: approx Norway. HEX triplet: A8, C6 and 95. RGB value is (168,198,149). Sum of RGB (Red+Green+Blue) = 168+198+149=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C695 is #57396A. Grayscale: #B7B7B7. Windows color (decimal): -5716331 or 9815720. OLE color: 9815720.

HSL color Cylindrical-coordinate representation of color #A8C695: hue angle of 96.73º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8C695 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB168198149-
CMYK0.1500.250.22
HSL96.73º30.06%68.04%-
HSV(B)96.73º24.75%77.65%-
XYZ41.7750.8836.05-
YUV183.44108.56116.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 198 (77.73% from 255) = 38.45%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=32.62%
G=38.45%
B=28.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681981490.1500.250.2296.7330.0668.04
HexA8C695F01916611e44
Octal250306225170312614136104
Binary1010100011000110100101011111011001101101100001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C695; }

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

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

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

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

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

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

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

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