Html Css Color HEX #A9BB96 Norway

📋 copy color: '#A9BB96'

red 169 ◦ green 187 ◦ blue 150

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

Shades of Norway #A9BB96

Tints of Norway #A9BB96

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.96%

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

R = 33.4%
G = 36.96%
B = 29.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#A9BB96 (or 0xA9BB96) is known color: Norway. HEX triplet: A9, BB and 96. RGB value is (169,187,150). Sum of RGB (Red+Green+Blue) = 169+187+150=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BB96 is #564469. Grayscale: #B1B1B1. Windows color (decimal): -5653610 or 9878441. OLE color: 9878441.

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

Color convert

RGB 169 187 150 -
CMYK 0.10 0 0.20 0.27
HSL 89.19º 0.21% 0.66% -
HSV(B) 89.19º 0.2% 0.73% -
XYZ 39.64 46.18 35.68 -
YUV 177.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 169 187 150 0.10 0 0.20 0.27 89.19 0.21 0.66
Hex A9 BB 96 A 0 14 1B 59 15 42
Octal 251 273 226 12 0 24 33 131 25 102
Binary 10101001 10111011 10010110 1010 0 10100 11011 1011001 10101 1000010

Color Harmonies of #A9BB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BB96

Black with #A9BB96

Text Example


Text Example

White with #A9BB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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