Html Css Color HEX #A9BD8E Norway

📋 copy color: '#A9BD8E'

red 169 ◦ green 189 ◦ blue 142

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

Shades of Norway #A9BD8E

Tints of Norway #A9BD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.4%

R = 33.8%
G = 37.8%
B = 28.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#A9BD8E (or 0xA9BD8E) is known color: Norway. HEX triplet: A9, BD and 8E. RGB value is (169,189,142). Sum of RGB (Red+Green+Blue) = 169+189+142=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BD8E is #564271. Grayscale: #B1B1B1. Windows color (decimal): -5653106 or 9354665. OLE color: 9354665.

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

Color convert

RGB 169 189 142 -
CMYK 0.11 0 0.25 0.26
HSL 85.53º 0.26% 0.65% -
HSV(B) 85.53º 0.25% 0.74% -
XYZ 39.44 46.78 32.54 -
YUV 177.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 169 189 142 0.11 0 0.25 0.26 85.53 0.26 0.65
Hex A9 BD 8E B 0 19 1A 56 1A 41
Octal 251 275 216 13 0 31 32 126 32 101
Binary 10101001 10111101 10001110 1011 0 11001 11010 1010110 11010 1000001

Color Harmonies of #A9BD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BD8E

Black with #A9BD8E

Text Example


Text Example

White with #A9BD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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