Html Css Color HEX #A9BD9A Norway

📋 copy color: '#A9BD9A'

red 169 ◦ green 189 ◦ blue 154

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

Shades of Norway #A9BD9A

Tints of Norway #A9BD9A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.91%

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

R = 33.01%
G = 36.91%
B = 30.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#A9BD9A (or 0xA9BD9A) is known color: Norway. HEX triplet: A9, BD and 9A. RGB value is (169,189,154). Sum of RGB (Red+Green+Blue) = 169+189+154=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BD9A is #564265. Grayscale: #B3B3B3. Windows color (decimal): -5653094 or 10141097. OLE color: 10141097.

HSL color Cylindrical-coordinate representation of color #A9BD9A: hue angle of 94.29º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9BD9A is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 189 154 -
CMYK 0.11 0 0.19 0.26
HSL 94.29º 0.21% 0.67% -
HSV(B) 94.29º 0.19% 0.74% -
XYZ 40.39 47.16 37.55 -
YUV 179.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 169 189 154 0.11 0 0.19 0.26 94.29 0.21 0.67
Hex A9 BD 9A B 0 13 1A 5E 15 43
Octal 251 275 232 13 0 23 32 136 25 103
Binary 10101001 10111101 10011010 1011 0 10011 11010 1011110 10101 1000011

Color Harmonies of #A9BD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BD9A

Black with #A9BD9A

Text Example


Text Example

White with #A9BD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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