Html Css Color HEX #A3BD8E Norway

📋 copy color: '#A3BD8E'

red 163 ◦ green 189 ◦ blue 142

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

Shades of Norway #A3BD8E

Tints of Norway #A3BD8E

RGB

 RED value IS 163 (64.06% from 255) = 33%

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

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

R = 33%
G = 38.26%
B = 28.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#A3BD8E (or 0xA3BD8E) is known color: Norway. HEX triplet: A3, BD and 8E. RGB value is (163,189,142). Sum of RGB (Red+Green+Blue) = 163+189+142=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BD8E is #5C4271. Grayscale: #B0B0B0. Windows color (decimal): -6046322 or 9354659. OLE color: 9354659.

HSL color Cylindrical-coordinate representation of color #A3BD8E: hue angle of 93.19º 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 #A3BD8E is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 189 142 -
CMYK 0.14 0 0.25 0.26
HSL 93.19º 0.26% 0.65% -
HSV(B) 93.19º 0.25% 0.74% -
XYZ 38.18 46.13 32.48 -
YUV 175.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 163 189 142 0.14 0 0.25 0.26 93.19 0.26 0.65
Hex A3 BD 8E E 0 19 1A 5D 1A 41
Octal 243 275 216 16 0 31 32 135 32 101
Binary 10100011 10111101 10001110 1110 0 11001 11010 1011101 11010 1000001

Color Harmonies of #A3BD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD8E

Black with #A3BD8E

Text Example


Text Example

White with #A3BD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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