Html Css Color HEX #A9BB9A Norway

📋 copy color: '#A9BB9A'

red 169 ◦ green 187 ◦ blue 154

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

Shades of Norway #A9BB9A

Tints of Norway #A9BB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.2%

R = 33.14%
G = 36.67%
B = 30.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#A9BB9A (or 0xA9BB9A) is known color: Norway. HEX triplet: A9, BB and 9A. RGB value is (169,187,154). Sum of RGB (Red+Green+Blue) = 169+187+154=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BB9A is #564465. Grayscale: #B1B1B1. Windows color (decimal): -5653606 or 10140585. OLE color: 10140585.

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

Color convert

RGB 169 187 154 -
CMYK 0.10 0 0.18 0.27
HSL 92.73º 0.2% 0.67% -
HSV(B) 92.73º 0.18% 0.73% -
XYZ 39.97 46.31 37.4 -
YUV 177.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 169 187 154 0.10 0 0.18 0.27 92.73 0.2 0.67
Hex A9 BB 9A A 0 12 1B 5D 14 43
Octal 251 273 232 12 0 22 33 135 24 103
Binary 10101001 10111011 10011010 1010 0 10010 11011 1011101 10100 1000011

Color Harmonies of #A9BB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BB9A

Black with #A9BB9A

Text Example


Text Example

White with #A9BB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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