#A0B08B

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

Shades of Norway #A0B08B

Tints of Norway #A0B08B

Color information

#A0B08B (or 0xA0B08B) is unknown color: approx Norway. HEX triplet: A0, B0 and 8B. RGB value is (160,176,139). Sum of RGB (Red+Green+Blue) = 160+176+139=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B08B is #5F4F74. Grayscale: #A7A7A7. Windows color (decimal): -6246261 or 9154720. OLE color: 9154720.

HSL color Cylindrical-coordinate representation of color #A0B08B: hue angle of 85.95º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0B08B is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB160176139-
CMYK0.0900.210.31
HSL85.95º18.97%61.76%-
HSV(B)85.95º21.02%69.02%-
XYZ34.6840.3930.39-
YUV167112.2123.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=33.68%
G=37.05%
B=29.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601761390.0900.210.3185.9518.9761.76
HexA0B08B90151F56133e
Octal24026021311025371262376
Binary101000001011000010001011100101010111111101011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B08B; }

 p { color: rgb(160,176,139); }

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

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

 a { background-color: rgb(160,176,139); }

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

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

 span { border-color: rgb(160,176,139); }

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