Html Css Color HEX #A3BE8F Norway

📋 copy color: '#A3BE8F'

red 163 ◦ green 190 ◦ blue 143

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

Shades of Norway #A3BE8F

Tints of Norway #A3BE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.83%

R = 32.86%
G = 38.31%
B = 28.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#A3BE8F (or 0xA3BE8F) is known color: Norway. HEX triplet: A3, BE and 8F. RGB value is (163,190,143). Sum of RGB (Red+Green+Blue) = 163+190+143=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE8F is #5C4170. Grayscale: #B0B0B0. Windows color (decimal): -6046065 or 9420451. OLE color: 9420451.

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

Color convert

RGB 163 190 143 -
CMYK 0.14 0 0.25 0.25
HSL 94.47º 0.27% 0.65% -
HSV(B) 94.47º 0.25% 0.75% -
XYZ 38.48 46.6 32.95 -
YUV 176.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 163 190 143 0.14 0 0.25 0.25 94.47 0.27 0.65
Hex A3 BE 8F E 0 19 19 5E 1B 41
Octal 243 276 217 16 0 31 31 136 33 101
Binary 10100011 10111110 10001111 1110 0 11001 11001 1011110 11011 1000001

Color Harmonies of #A3BE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE8F

Black with #A3BE8F

Text Example


Text Example

White with #A3BE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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