Html Css Color HEX #A3BA95 Norway

📋 copy color: '#A3BA95'

red 163 ◦ green 186 ◦ blue 149

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

Shades of Norway #A3BA95

Tints of Norway #A3BA95

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.35%

 BLUE value IS 149 (58.59% from 255) = 29.92%

R = 32.73%
G = 37.35%
B = 29.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#A3BA95 (or 0xA3BA95) is known color: Norway. HEX triplet: A3, BA and 95. RGB value is (163,186,149). Sum of RGB (Red+Green+Blue) = 163+186+149=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BA95 is #5C456A. Grayscale: #AFAFAF. Windows color (decimal): -6047083 or 9812643. OLE color: 9812643.

HSL color Cylindrical-coordinate representation of color #A3BA95: hue angle of 97.3º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3BA95 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 186 149 -
CMYK 0.12 0 0.20 0.27
HSL 97.3º 0.21% 0.66% -
HSV(B) 97.3º 0.2% 0.73% -
XYZ 38.09 45.07 35.13 -
YUV 174.91 113.38 119.51 -
System Red Green Blue C M Y K H S L
Decimal 163 186 149 0.12 0 0.20 0.27 97.3 0.21 0.66
Hex A3 BA 95 C 0 14 1B 61 15 42
Octal 243 272 225 14 0 24 33 141 25 102
Binary 10100011 10111010 10010101 1100 0 10100 11011 1100001 10101 1000010

Color Harmonies of #A3BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BA95

Black with #A3BA95

Text Example


Text Example

White with #A3BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BA95; }

 p { color: rgb(163,186,149); }

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

background-color css

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

 a { background-color: rgb(163,186,149); }

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

border-color css

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

 span { border-color: rgb(163,186,149); }

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