Html Css Color HEX #A9B999 Norway

📋 copy color: '#A9B999'

red 169 ◦ green 185 ◦ blue 153

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

Shades of Norway #A9B999

Tints of Norway #A9B999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.18%

R = 33.33%
G = 36.49%
B = 30.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#A9B999 (or 0xA9B999) is known color: Norway. HEX triplet: A9, B9 and 99. RGB value is (169,185,153). Sum of RGB (Red+Green+Blue) = 169+185+153=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B999 is #564666. Grayscale: #B0B0B0. Windows color (decimal): -5654119 or 10074537. OLE color: 10074537.

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

Color convert

RGB 169 185 153 -
CMYK 0.09 0 0.17 0.27
HSL 90º 0.19% 0.66% -
HSV(B) 90º 0.17% 0.73% -
XYZ 39.46 45.43 36.83 -
YUV 176.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 169 185 153 0.09 0 0.17 0.27 90 0.19 0.66
Hex A9 B9 99 9 0 11 1B 5A 13 42
Octal 251 271 231 11 0 21 33 132 23 102
Binary 10101001 10111001 10011001 1001 0 10001 11011 1011010 10011 1000010

Color Harmonies of #A9B999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B999

Black with #A9B999

Text Example


Text Example

White with #A9B999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B999; }

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

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

background-color css

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

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

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

border-color css

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

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

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