Html Css Color HEX #A3BE86 Norway

📋 copy color: '#A3BE86'

red 163 ◦ green 190 ◦ blue 134

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

Shades of Norway #A3BE86

Tints of Norway #A3BE86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.52%

R = 33.47%
G = 39.01%
B = 27.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#A3BE86 (or 0xA3BE86) is known color: Norway. HEX triplet: A3, BE and 86. RGB value is (163,190,134). Sum of RGB (Red+Green+Blue) = 163+190+134=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE86 is #5C4179. Grayscale: #AFAFAF. Windows color (decimal): -6046074 or 8830627. OLE color: 8830627.

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

Color convert

RGB 163 190 134 -
CMYK 0.14 0 0.29 0.25
HSL 88.93º 0.3% 0.64% -
HSV(B) 88.93º 0.29% 0.75% -
XYZ 37.82 46.33 29.5 -
YUV 175.54 104.55 119.05 -
System Red Green Blue C M Y K H S L
Decimal 163 190 134 0.14 0 0.29 0.25 88.93 0.3 0.64
Hex A3 BE 86 E 0 1D 19 59 1E 40
Octal 243 276 206 16 0 35 31 131 36 100
Binary 10100011 10111110 10000110 1110 0 11101 11001 1011001 11110 1000000

Color Harmonies of #A3BE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE86

Black with #A3BE86

Text Example


Text Example

White with #A3BE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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