#A9C588

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

Shades of Norway #A9C588

Tints of Norway #A9C588

Color information

#A9C588 (or 0xA9C588) is unknown color: approx Norway. HEX triplet: A9, C5 and 88. RGB value is (169,197,136). Sum of RGB (Red+Green+Blue) = 169+197+136=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C588 is #563A77. Grayscale: #B5B5B5. Windows color (decimal): -5651064 or 8963497. OLE color: 8963497.

HSL color Cylindrical-coordinate representation of color #A9C588: hue angle of 87.54º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9C588 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB169197136-
CMYK0.1400.310.23
HSL87.54º34.46%65.29%-
HSV(B)87.54º30.96%77.25%-
XYZ40.7750.1530.82-
YUV181.67102.22118.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 197 (77.34% from 255) = 39.24%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=33.67%
G=39.24%
B=27.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691971360.1400.310.2387.5434.4665.29
HexA9C588E01F17582241
Octal251305210160372713042101
Binary10101001110001011000100011100111111011110110001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C588; }

 p { color: rgb(169,197,136); }

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

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

 a { background-color: rgb(169,197,136); }

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

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

 span { border-color: rgb(169,197,136); }

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