Html Css Color HEX #A9BA96 Norway

📋 copy color: '#A9BA96'

red 169 ◦ green 186 ◦ blue 150

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

Shades of Norway #A9BA96

Tints of Norway #A9BA96

RGB

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

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

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

R = 33.47%
G = 36.83%
B = 29.7%

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

#A9BA96 (or 0xA9BA96) is known color: Norway. HEX triplet: A9, BA and 96. RGB value is (169,186,150). Sum of RGB (Red+Green+Blue) = 169+186+150=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BA96 is #564569. Grayscale: #B0B0B0. Windows color (decimal): -5653866 or 9878185. OLE color: 9878185.

HSL color Cylindrical-coordinate representation of color #A9BA96: hue angle of 88.33º degrees, saturation: 0.21, 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 #A9BA96 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 186 150 -
CMYK 0.09 0 0.19 0.27
HSL 88.33º 0.21% 0.66% -
HSV(B) 88.33º 0.19% 0.73% -
XYZ 39.43 45.75 35.61 -
YUV 176.81 112.87 122.43 -
System Red Green Blue C M Y K H S L
Decimal 169 186 150 0.09 0 0.19 0.27 88.33 0.21 0.66
Hex A9 BA 96 9 0 13 1B 58 15 42
Octal 251 272 226 11 0 23 33 130 25 102
Binary 10101001 10111010 10010110 1001 0 10011 11011 1011000 10101 1000010

Color Harmonies of #A9BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BA96

Black with #A9BA96

Text Example


Text Example

White with #A9BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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