#A8B399

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

Shades of Norway #A8B399

Tints of Norway #A8B399

Color information

#A8B399 (or 0xA8B399) is unknown color: approx Norway. HEX triplet: A8, B3 and 99. RGB value is (168,179,153). Sum of RGB (Red+Green+Blue) = 168+179+153=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B399 is #574C66. Grayscale: #ACACAC. Windows color (decimal): -5721191 or 10073000. OLE color: 10073000.

HSL color Cylindrical-coordinate representation of color #A8B399: hue angle of 85.38º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8B399 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB168179153-
CMYK0.0600.150.30
HSL85.38º14.61%65.1%-
HSV(B)85.38º14.53%70.2%-
XYZ38.0242.8636.41-
YUV172.75116.86124.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.6%
GREEN value IS 179 (70.31% from 255) = 35.8%
BLUE value IS 153 (60.16% from 255) = 30.6%
R=33.6%
G=35.8%
B=30.6%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681791530.0600.150.3085.3814.6165.1
HexA8B39960F1E55f41
Octal25026323160173612517101
Binary1010100010110011100110011100111111110101010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B399; }

 p { color: rgb(168,179,153); }

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

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

 a { background-color: rgb(168,179,153); }

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

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

 span { border-color: rgb(168,179,153); }

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