#A9BC96

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

Shades of Norway #A9BC96

Tints of Norway #A9BC96

Color information

#A9BC96 (or 0xA9BC96) is unknown color: approx Norway. HEX triplet: A9, BC and 96. RGB value is (169,188,150). Sum of RGB (Red+Green+Blue) = 169+188+150=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BC96 is #564369. Grayscale: #B2B2B2. Windows color (decimal): -5653354 or 9878697. OLE color: 9878697.

HSL color Cylindrical-coordinate representation of color #A9BC96: hue angle of 90º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9BC96 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB169188150-
CMYK0.1000.200.26
HSL90º22.09%66.27%-
HSV(B)90º20.21%73.73%-
XYZ39.8546.635.75-
YUV177.99112.21121.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 37.08%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=33.33%
G=37.08%
B=29.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691881500.1000.200.269022.0966.27
HexA9BC96A0141A5a1642
Octal251274226120243213226102
Binary1010100110111100100101101010010100110101011010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BC96; }

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

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

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

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

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

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

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

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