#A9BE96

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

Shades of Norway #A9BE96

Tints of Norway #A9BE96

Color information

#A9BE96 (or 0xA9BE96) is unknown color: approx Norway. HEX triplet: A9, BE and 96. RGB value is (169,190,150). Sum of RGB (Red+Green+Blue) = 169+190+150=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BE96 is #564169. Grayscale: #B3B3B3. Windows color (decimal): -5652842 or 9879209. OLE color: 9879209.

HSL color Cylindrical-coordinate representation of color #A9BE96: hue angle of 91.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9BE96 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB169190150-
CMYK0.1100.210.25
HSL91.5º23.53%66.67%-
HSV(B)91.5º21.05%74.51%-
XYZ40.2847.4635.89-
YUV179.16111.54120.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=33.20%
G=37.33%
B=29.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691901500.1100.210.2591.523.5366.67
HexA9BE96B015195b1843
Octal251276226130253113330103
Binary1010100110111110100101101011010101110011011011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BE96; }

 p { color: rgb(169,190,150); }

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

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

 a { background-color: rgb(169,190,150); }

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

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

 span { border-color: rgb(169,190,150); }

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