#A8C089

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

Shades of Norway #A8C089

Tints of Norway #A8C089

Color information

#A8C089 (or 0xA8C089) is unknown color: approx Norway. HEX triplet: A8, C0 and 89. RGB value is (168,192,137). Sum of RGB (Red+Green+Blue) = 168+192+137=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C089 is #573F76. Grayscale: #B2B2B2. Windows color (decimal): -5717879 or 9027752. OLE color: 9027752.

HSL color Cylindrical-coordinate representation of color #A8C089: hue angle of 86.18º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8C089 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB168192137-
CMYK0.1200.290.25
HSL86.18º30.39%64.51%-
HSV(B)86.18º28.65%75.29%-
XYZ39.5147.8330.82-
YUV178.55104.55120.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 137 (53.91% from 255) = 27.57%
R=33.80%
G=38.63%
B=27.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681921370.1200.290.2586.1830.3964.51
HexA8C089C01D19561e41
Octal250300211140353112636101
Binary1010100011000000100010011100011101110011010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C089; }

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

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

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

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

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

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

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

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