#A8C198

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

Shades of Norway #A8C198

Tints of Norway #A8C198

Color information

#A8C198 (or 0xA8C198) is unknown color: approx Norway. HEX triplet: A8, C1 and 98. RGB value is (168,193,152). Sum of RGB (Red+Green+Blue) = 168+193+152=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C198 is #573E67. Grayscale: #B4B4B4. Windows color (decimal): -5717608 or 10011048. OLE color: 10011048.

HSL color Cylindrical-coordinate representation of color #A8C198: hue angle of 96.59º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8C198 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB168193152-
CMYK0.1300.210.24
HSL96.59º24.85%67.65%-
HSV(B)96.59º21.24%75.69%-
XYZ40.8948.7336.96-
YUV180.85111.72118.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 193 (75.78% from 255) = 37.62%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=32.75%
G=37.62%
B=29.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681931520.1300.210.2496.5924.8567.65
HexA8C198D01518611944
Octal250301230150253014131104
Binary1010100011000001100110001101010101110001100001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C198; }

 p { color: rgb(168,193,152); }

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

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

 a { background-color: rgb(168,193,152); }

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

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

 span { border-color: rgb(168,193,152); }

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