#A9BF96

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

Shades of Norway #A9BF96

Tints of Norway #A9BF96

Color information

#A9BF96 (or 0xA9BF96) is unknown color: approx Norway. HEX triplet: A9, BF and 96. RGB value is (169,191,150). Sum of RGB (Red+Green+Blue) = 169+191+150=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BF96 is #564069. Grayscale: #B3B3B3. Windows color (decimal): -5652586 or 9879465. OLE color: 9879465.

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

Color convert

RGB169191150-
CMYK0.1200.210.25
HSL92.2º24.26%66.86%-
HSV(B)92.2º21.47%74.9%-
XYZ40.547.935.97-
YUV179.75111.21120.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 191 (75% from 255) = 37.45%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=33.14%
G=37.45%
B=29.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691911500.1200.210.2592.224.2666.86
HexA9BF96C015195c1843
Octal251277226140253113430103
Binary1010100110111111100101101100010101110011011100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BF96; }

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

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

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

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

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

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

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

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