#A8BA89

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

Shades of Norway #A8BA89

Tints of Norway #A8BA89

Color information

#A8BA89 (or 0xA8BA89) is unknown color: approx Norway. HEX triplet: A8, BA and 89. RGB value is (168,186,137). Sum of RGB (Red+Green+Blue) = 168+186+137=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA89 is #574576. Grayscale: #AFAFAF. Windows color (decimal): -5719415 or 9026216. OLE color: 9026216.

HSL color Cylindrical-coordinate representation of color #A8BA89: hue angle of 82.04º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8BA89 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB168186137-
CMYK0.1000.260.27
HSL82.04º26.2%63.33%-
HSV(B)82.04º26.34%72.94%-
XYZ38.2245.2530.39-
YUV175.03106.54122.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 137 (53.91% from 255) = 27.90%
R=34.22%
G=37.88%
B=27.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861370.1000.260.2782.0426.263.33
HexA8BA89A01A1B521a3f
Octal25027221112032331223277
Binary101010001011101010001001101001101011011101001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA89; }

 p { color: rgb(168,186,137); }

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

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

 a { background-color: rgb(168,186,137); }

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

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

 span { border-color: rgb(168,186,137); }

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