#A0B692

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

Shades of Norway #A0B692

Tints of Norway #A0B692

Color information

#A0B692 (or 0xA0B692) is unknown color: approx Norway. HEX triplet: A0, B6 and 92. RGB value is (160,182,146). Sum of RGB (Red+Green+Blue) = 160+182+146=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B692 is #5F496D. Grayscale: #ABABAB. Windows color (decimal): -6244718 or 9615008. OLE color: 9615008.

HSL color Cylindrical-coordinate representation of color #A0B692: hue angle of 96.67º 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 #A0B692 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB160182146-
CMYK0.1200.200.29
HSL96.67º19.78%64.31%-
HSV(B)96.67º19.78%71.37%-
XYZ36.414333.58-
YUV171.32113.71119.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.79%
GREEN value IS 182 (71.48% from 255) = 37.30%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=32.79%
G=37.30%
B=29.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601821460.1200.200.2996.6719.7864.31
HexA0B692C0141D611440
Octal240266222140243514124100
Binary1010000010110110100100101100010100111011100001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B692; }

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

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

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

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

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

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

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

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