#A0B688

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

Shades of Norway #A0B688

Tints of Norway #A0B688

Color information

#A0B688 (or 0xA0B688) is unknown color: approx Norway. HEX triplet: A0, B6 and 88. RGB value is (160,182,136). Sum of RGB (Red+Green+Blue) = 160+182+136=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B688 is #5F4977. Grayscale: #AAAAAA. Windows color (decimal): -6244728 or 8959648. OLE color: 8959648.

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

Color convert

RGB160182136-
CMYK0.1200.250.29
HSL88.7º23.96%62.35%-
HSV(B)88.7º25.27%71.37%-
XYZ35.6742.7129.66-
YUV170.18108.71120.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 136 (53.52% from 255) = 28.45%
R=33.47%
G=38.08%
B=28.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601821360.1200.250.2988.723.9662.35
HexA0B688C0191D59183e
Octal24026621014031351313076
Binary101000001011011010001000110001100111101101100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B688; }

 p { color: rgb(160,182,136); }

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

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

 a { background-color: rgb(160,182,136); }

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

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

 span { border-color: rgb(160,182,136); }

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