Html Css Color HEX #A9BA99 Norway

📋 copy color: '#A9BA99'

red 169 ◦ green 186 ◦ blue 153

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

Shades of Norway #A9BA99

Tints of Norway #A9BA99

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.61%

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

R = 33.27%
G = 36.61%
B = 30.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#A9BA99 (or 0xA9BA99) is known color: Norway. HEX triplet: A9, BA and 99. RGB value is (169,186,153). Sum of RGB (Red+Green+Blue) = 169+186+153=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BA99 is #564566. Grayscale: #B1B1B1. Windows color (decimal): -5653863 or 10074793. OLE color: 10074793.

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

Color convert

RGB 169 186 153 -
CMYK 0.09 0 0.18 0.27
HSL 90.91º 0.19% 0.66% -
HSV(B) 90.91º 0.18% 0.73% -
XYZ 39.67 45.85 36.9 -
YUV 177.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 169 186 153 0.09 0 0.18 0.27 90.91 0.19 0.66
Hex A9 BA 99 9 0 12 1B 5B 13 42
Octal 251 272 231 11 0 22 33 133 23 102
Binary 10101001 10111010 10011001 1001 0 10010 11011 1011011 10011 1000010

Color Harmonies of #A9BA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BA99

Black with #A9BA99

Text Example


Text Example

White with #A9BA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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