Html Css Color HEX #A3BD90 Norway

📋 copy color: '#A3BD90'

red 163 ◦ green 189 ◦ blue 144

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

Shades of Norway #A3BD90

Tints of Norway #A3BD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.03%

R = 32.86%
G = 38.1%
B = 29.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#A3BD90 (or 0xA3BD90) is known color: Norway. HEX triplet: A3, BD and 90. RGB value is (163,189,144). Sum of RGB (Red+Green+Blue) = 163+189+144=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BD90 is #5C426F. Grayscale: #B0B0B0. Windows color (decimal): -6046320 or 9485731. OLE color: 9485731.

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

Color convert

RGB 163 189 144 -
CMYK 0.14 0 0.24 0.26
HSL 94.67º 0.25% 0.65% -
HSV(B) 94.67º 0.24% 0.74% -
XYZ 38.34 46.2 33.28 -
YUV 176.1 109.89 118.66 -
System Red Green Blue C M Y K H S L
Decimal 163 189 144 0.14 0 0.24 0.26 94.67 0.25 0.65
Hex A3 BD 90 E 0 18 1A 5F 19 41
Octal 243 275 220 16 0 30 32 137 31 101
Binary 10100011 10111101 10010000 1110 0 11000 11010 1011111 11001 1000001

Color Harmonies of #A3BD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD90

Black with #A3BD90

Text Example


Text Example

White with #A3BD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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