Html Css Color HEX #A3BE93 Norway

📋 copy color: '#A3BE93'

red 163 ◦ green 190 ◦ blue 147

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

Shades of Norway #A3BE93

Tints of Norway #A3BE93

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38%

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

R = 32.6%
G = 38%
B = 29.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#A3BE93 (or 0xA3BE93) is known color: Norway. HEX triplet: A3, BE and 93. RGB value is (163,190,147). Sum of RGB (Red+Green+Blue) = 163+190+147=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE93 is #5C416C. Grayscale: #B1B1B1. Windows color (decimal): -6046061 or 9682595. OLE color: 9682595.

HSL color Cylindrical-coordinate representation of color #A3BE93: hue angle of 97.67º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3BE93 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 190 147 -
CMYK 0.14 0 0.23 0.25
HSL 97.67º 0.25% 0.66% -
HSV(B) 97.67º 0.23% 0.75% -
XYZ 38.78 46.72 34.58 -
YUV 177.03 111.05 118 -
System Red Green Blue C M Y K H S L
Decimal 163 190 147 0.14 0 0.23 0.25 97.67 0.25 0.66
Hex A3 BE 93 E 0 17 19 62 19 42
Octal 243 276 223 16 0 27 31 142 31 102
Binary 10100011 10111110 10010011 1110 0 10111 11001 1100010 11001 1000010

Color Harmonies of #A3BE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE93

Black with #A3BE93

Text Example


Text Example

White with #A3BE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE93; }

 p { color: rgb(163,190,147); }

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

background-color css

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

 a { background-color: rgb(163,190,147); }

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

border-color css

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

 span { border-color: rgb(163,190,147); }

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