#A8B590

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

Shades of Norway #A8B590

Tints of Norway #A8B590

Color information

#A8B590 (or 0xA8B590) is unknown color: approx Norway. HEX triplet: A8, B5 and 90. RGB value is (168,181,144). Sum of RGB (Red+Green+Blue) = 168+181+144=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B590 is #574A6F. Grayscale: #ADADAD. Windows color (decimal): -5720688 or 9483688. OLE color: 9483688.

HSL color Cylindrical-coordinate representation of color #A8B590: hue angle of 81.08º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8B590 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB168181144-
CMYK0.0700.200.29
HSL81.08º20%63.73%-
HSV(B)81.08º20.44%70.98%-
XYZ37.7143.3932.77-
YUV172.9111.69124.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 181 (71.09% from 255) = 36.71%
BLUE value IS 144 (56.64% from 255) = 29.21%
R=34.08%
G=36.71%
B=29.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681811440.0700.200.2981.082063.73
HexA8B59070141D511440
Octal25026522070243512124100
Binary101010001011010110010000111010100111011010001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B590; }

 p { color: rgb(168,181,144); }

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

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

 a { background-color: rgb(168,181,144); }

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

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

 span { border-color: rgb(168,181,144); }

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