#A9BE95

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

Shades of Norway #A9BE95

Tints of Norway #A9BE95

Color information

#A9BE95 (or 0xA9BE95) is unknown color: approx Norway. HEX triplet: A9, BE and 95. RGB value is (169,190,149). Sum of RGB (Red+Green+Blue) = 169+190+149=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BE95 is #56416A. Grayscale: #B3B3B3. Windows color (decimal): -5652843 or 9813673. OLE color: 9813673.

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

Color convert

RGB169190149-
CMYK0.1100.220.25
HSL90.73º23.98%66.47%-
HSV(B)90.73º21.58%74.51%-
XYZ40.247.4335.47-
YUV179.05111.04120.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=33.27%
G=37.40%
B=29.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691901490.1100.220.2590.7323.9866.47
HexA9BE95B016195b1842
Octal251276225130263113330102
Binary1010100110111110100101011011010110110011011011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BE95; }

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

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

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

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

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

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

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

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