#A9BD92

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

Shades of Norway #A9BD92

Tints of Norway #A9BD92

Color information

#A9BD92 (or 0xA9BD92) is unknown color: approx Norway. HEX triplet: A9, BD and 92. RGB value is (169,189,146). Sum of RGB (Red+Green+Blue) = 169+189+146=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BD92 is #56426D. Grayscale: #B2B2B2. Windows color (decimal): -5653102 or 9616809. OLE color: 9616809.

HSL color Cylindrical-coordinate representation of color #A9BD92: hue angle of 87.91º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9BD92 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB169189146-
CMYK0.1100.230.26
HSL87.91º24.57%65.69%-
HSV(B)87.91º22.75%74.12%-
XYZ39.7546.9134.15-
YUV178.12109.87121.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 146 (57.42% from 255) = 28.97%
R=33.53%
G=37.5%
B=28.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691891460.1100.230.2687.9124.5765.69
HexA9BD92B0171A581942
Octal251275222130273213031102
Binary1010100110111101100100101011010111110101011000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BD92; }

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

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

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

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

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

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

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

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