Html Css Color HEX #A3BE91 Norway

📋 copy color: '#A3BE91'

red 163 ◦ green 190 ◦ blue 145

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

Shades of Norway #A3BE91

Tints of Norway #A3BE91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.12%

R = 32.73%
G = 38.15%
B = 29.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#A3BE91 (or 0xA3BE91) is known color: Norway. HEX triplet: A3, BE and 91. RGB value is (163,190,145). Sum of RGB (Red+Green+Blue) = 163+190+145=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE91 is #5C416E. Grayscale: #B0B0B0. Windows color (decimal): -6046063 or 9551523. OLE color: 9551523.

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

Color convert

RGB 163 190 145 -
CMYK 0.14 0 0.24 0.25
HSL 96º 0.26% 0.66% -
HSV(B) 96º 0.24% 0.75% -
XYZ 38.63 46.66 33.76 -
YUV 176.8 110.05 118.16 -
System Red Green Blue C M Y K H S L
Decimal 163 190 145 0.14 0 0.24 0.25 96 0.26 0.66
Hex A3 BE 91 E 0 18 19 60 1A 42
Octal 243 276 221 16 0 30 31 140 32 102
Binary 10100011 10111110 10010001 1110 0 11000 11001 1100000 11010 1000010

Color Harmonies of #A3BE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE91

Black with #A3BE91

Text Example


Text Example

White with #A3BE91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE91; }

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

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

background-color css

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

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

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

border-color css

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

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

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