Html Css Color HEX #A9B991 Norway

📋 copy color: '#A9B991'

red 169 ◦ green 185 ◦ blue 145

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

Shades of Norway #A9B991

Tints of Norway #A9B991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.06%

R = 33.87%
G = 37.07%
B = 29.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#A9B991 (or 0xA9B991) is known color: Norway. HEX triplet: A9, B9 and 91. RGB value is (169,185,145). Sum of RGB (Red+Green+Blue) = 169+185+145=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B991 is #56466E. Grayscale: #AFAFAF. Windows color (decimal): -5654127 or 9550249. OLE color: 9550249.

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

Color convert

RGB 169 185 145 -
CMYK 0.09 0 0.22 0.27
HSL 84º 0.22% 0.65% -
HSV(B) 84º 0.22% 0.73% -
XYZ 38.82 45.18 33.46 -
YUV 175.66 110.7 123.25 -
System Red Green Blue C M Y K H S L
Decimal 169 185 145 0.09 0 0.22 0.27 84 0.22 0.65
Hex A9 B9 91 9 0 16 1B 54 16 41
Octal 251 271 221 11 0 26 33 124 26 101
Binary 10101001 10111001 10010001 1001 0 10110 11011 1010100 10110 1000001

Color Harmonies of #A9B991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B991

Black with #A9B991

Text Example


Text Example

White with #A9B991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B991; }

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

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

background-color css

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

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

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

border-color css

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

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

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