Html Css Color HEX #A3BD8A Norway

📋 copy color: '#A3BD8A'

red 163 ◦ green 189 ◦ blue 138

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

Shades of Norway #A3BD8A

Tints of Norway #A3BD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 33.27%
G = 38.57%
B = 28.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#A3BD8A (or 0xA3BD8A) is known color: Norway. HEX triplet: A3, BD and 8A. RGB value is (163,189,138). Sum of RGB (Red+Green+Blue) = 163+189+138=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BD8A is #5C4275. Grayscale: #AFAFAF. Windows color (decimal): -6046326 or 9092515. OLE color: 9092515.

HSL color Cylindrical-coordinate representation of color #A3BD8A: hue angle of 90.59º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3BD8A is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 189 138 -
CMYK 0.14 0 0.27 0.26
HSL 90.59º 0.28% 0.64% -
HSV(B) 90.59º 0.27% 0.74% -
XYZ 37.89 46.02 30.93 -
YUV 175.41 106.89 119.15 -
System Red Green Blue C M Y K H S L
Decimal 163 189 138 0.14 0 0.27 0.26 90.59 0.28 0.64
Hex A3 BD 8A E 0 1B 1A 5B 1C 40
Octal 243 275 212 16 0 33 32 133 34 100
Binary 10100011 10111101 10001010 1110 0 11011 11010 1011011 11100 1000000

Color Harmonies of #A3BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD8A

Black with #A3BD8A

Text Example


Text Example

White with #A3BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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