#A9B692

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

Shades of Norway #A9B692

Tints of Norway #A9B692

Color information

#A9B692 (or 0xA9B692) is unknown color: approx Norway. HEX triplet: A9, B6 and 92. RGB value is (169,182,146). Sum of RGB (Red+Green+Blue) = 169+182+146=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B692 is #56496D. Grayscale: #AEAEAE. Windows color (decimal): -5654894 or 9615017. OLE color: 9615017.

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

Color convert

RGB169182146-
CMYK0.0700.200.29
HSL81.67º19.78%64.31%-
HSV(B)81.67º19.78%71.37%-
XYZ38.2843.9733.66-
YUV174.01112.19124.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 146 (57.42% from 255) = 29.38%
R=34.00%
G=36.62%
B=29.38%

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
Decimal1691821460.0700.200.2981.6719.7864.31
HexA9B69270141D521440
Octal25126622270243512224100
Binary101010011011011010010010111010100111011010010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B692; }

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

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

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

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

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

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

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

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