Html Css Color HEX #A5BE86 Norway

📋 copy color: '#A5BE86'

red 165 ◦ green 190 ◦ blue 134

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

Shades of Norway #A5BE86

Tints of Norway #A5BE86

RGB

 RED value IS 165 (64.84% from 255) = 33.74%

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

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

R = 33.74%
G = 38.85%
B = 27.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#A5BE86 (or 0xA5BE86) is known color: Norway. HEX triplet: A5, BE and 86. RGB value is (165,190,134). Sum of RGB (Red+Green+Blue) = 165+190+134=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BE86 is #5A4179. Grayscale: #B0B0B0. Windows color (decimal): -5915002 or 8830629. OLE color: 8830629.

HSL color Cylindrical-coordinate representation of color #A5BE86: hue angle of 86.79º 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 #A5BE86 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 190 134 -
CMYK 0.13 0 0.29 0.25
HSL 86.79º 0.3% 0.64% -
HSV(B) 86.79º 0.29% 0.75% -
XYZ 38.23 46.55 29.52 -
YUV 176.14 104.22 120.05 -
System Red Green Blue C M Y K H S L
Decimal 165 190 134 0.13 0 0.29 0.25 86.79 0.3 0.64
Hex A5 BE 86 D 0 1D 19 57 1E 40
Octal 245 276 206 15 0 35 31 127 36 100
Binary 10100101 10111110 10000110 1101 0 11101 11001 1010111 11110 1000000

Color Harmonies of #A5BE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BE86

Black with #A5BE86

Text Example


Text Example

White with #A5BE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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