Html Css Color HEX #A9B996 Norway

📋 copy color: '#A9B996'

red 169 ◦ green 185 ◦ blue 150

#A9B996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #A9B996

Tints of Norway #A9B996

RGB

 RED value IS 169 (66.41% from 255) = 33.53%

 GREEN value IS 185 (72.66% from 255) = 36.71%

 BLUE value IS 150 (58.98% from 255) = 29.76%

R = 33.53%
G = 36.71%
B = 29.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#A9B996 (or 0xA9B996) is known color: Norway. HEX triplet: A9, B9 and 96. RGB value is (169,185,150). Sum of RGB (Red+Green+Blue) = 169+185+150=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B996 is #564669. Grayscale: #B0B0B0. Windows color (decimal): -5654122 or 9877929. OLE color: 9877929.

HSL color Cylindrical-coordinate representation of color #A9B996: hue angle of 87.43º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9B996 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 185 150 -
CMYK 0.09 0 0.19 0.27
HSL 87.43º 0.2% 0.66% -
HSV(B) 87.43º 0.19% 0.73% -
XYZ 39.22 45.33 35.54 -
YUV 176.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 169 185 150 0.09 0 0.19 0.27 87.43 0.2 0.66
Hex A9 B9 96 9 0 13 1B 57 14 42
Octal 251 271 226 11 0 23 33 127 24 102
Binary 10101001 10111001 10010110 1001 0 10011 11011 1010111 10100 1000010

Color Harmonies of #A9B996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B996

Black with #A9B996

Text Example


Text Example

White with #A9B996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B996; }

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

 H1.HeaderClassName
 {
   color: #A9B996;
 }
 .AnyTagClassName
 {
   color: #A9B996;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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