Html Css Color HEX #A9B893 Norway

📋 copy color: '#A9B893'

red 169 ◦ green 184 ◦ blue 147

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

Shades of Norway #A9B893

Tints of Norway #A9B893

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.8%

 BLUE value IS 147 (57.81% from 255) = 29.4%

R = 33.8%
G = 36.8%
B = 29.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#A9B893 (or 0xA9B893) is known color: Norway. HEX triplet: A9, B8 and 93. RGB value is (169,184,147). Sum of RGB (Red+Green+Blue) = 169+184+147=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B893 is #56476C. Grayscale: #AFAFAF. Windows color (decimal): -5654381 or 9681065. OLE color: 9681065.

HSL color Cylindrical-coordinate representation of color #A9B893: hue angle of 84.32º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9B893 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 169 184 147 -
CMYK 0.08 0 0.20 0.28
HSL 84.32º 0.21% 0.65% -
HSV(B) 84.32º 0.2% 0.72% -
XYZ 38.77 44.82 34.21 -
YUV 175.3 112.03 123.51 -
System Red Green Blue C M Y K H S L
Decimal 169 184 147 0.08 0 0.20 0.28 84.32 0.21 0.65
Hex A9 B8 93 8 0 14 1C 54 15 41
Octal 251 270 223 10 0 24 34 124 25 101
Binary 10101001 10111000 10010011 1000 0 10100 11100 1010100 10101 1000001

Color Harmonies of #A9B893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B893

Black with #A9B893

Text Example


Text Example

White with #A9B893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B893; }

 p { color: rgb(169,184,147); }

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

background-color css

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

 a { background-color: rgb(169,184,147); }

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

border-color css

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

 span { border-color: rgb(169,184,147); }

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