#A8C893

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

Shades of Norway #A8C893

Tints of Norway #A8C893

Color information

#A8C893 (or 0xA8C893) is unknown color: approx Norway. HEX triplet: A8, C8 and 93. RGB value is (168,200,147). Sum of RGB (Red+Green+Blue) = 168+200+147=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C893 is #57376C. Grayscale: #B8B8B8. Windows color (decimal): -5715821 or 9685160. OLE color: 9685160.

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

Color convert

RGB168200147-
CMYK0.1600.260.22
HSL96.23º32.52%68.04%-
HSV(B)96.23º26.5%78.43%-
XYZ42.0751.7435.37-
YUV184.39106.9116.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=32.62%
G=38.83%
B=28.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1682001470.1600.260.2296.2332.5268.04
HexA8C8931001A16602144
Octal250310223200322614041104
Binary101010001100100010010011100000110101011011000001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C893; }

 p { color: rgb(168,200,147); }

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

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

 a { background-color: rgb(168,200,147); }

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

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

 span { border-color: rgb(168,200,147); }

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