#A9C389

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

Shades of Norway #A9C389

Tints of Norway #A9C389

Color information

#A9C389 (or 0xA9C389) is unknown color: approx Norway. HEX triplet: A9, C3 and 89. RGB value is (169,195,137). Sum of RGB (Red+Green+Blue) = 169+195+137=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C389 is #563C76. Grayscale: #B4B4B4. Windows color (decimal): -5651575 or 9028521. OLE color: 9028521.

HSL color Cylindrical-coordinate representation of color #A9C389: hue angle of 86.9º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9C389 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB169195137-
CMYK0.1300.300.24
HSL86.9º32.58%65.1%-
HSV(B)86.9º29.74%76.47%-
XYZ40.3949.2731.05-
YUV180.61103.39119.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 195 (76.56% from 255) = 38.92%
BLUE value IS 137 (53.91% from 255) = 27.35%
R=33.73%
G=38.92%
B=27.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691951370.1300.300.2486.932.5865.1
HexA9C389D01E18572141
Octal251303211150363012741101
Binary10101001110000111000100111010111101100010101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C389; }

 p { color: rgb(169,195,137); }

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

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

 a { background-color: rgb(169,195,137); }

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

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

 span { border-color: rgb(169,195,137); }

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