Html Css Color HEX #A2BE86 Norway

📋 copy color: '#A2BE86'

red 162 ◦ green 190 ◦ blue 134

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

Shades of Norway #A2BE86

Tints of Norway #A2BE86

RGB

 RED value IS 162 (63.67% from 255) = 33.33%

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

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

R = 33.33%
G = 39.09%
B = 27.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#A2BE86 (or 0xA2BE86) is known color: Norway. HEX triplet: A2, BE and 86. RGB value is (162,190,134). Sum of RGB (Red+Green+Blue) = 162+190+134=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE86 is #5D4179. Grayscale: #AFAFAF. Windows color (decimal): -6111610 or 8830626. OLE color: 8830626.

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

Color convert

RGB 162 190 134 -
CMYK 0.15 0 0.29 0.25
HSL 90º 0.3% 0.64% -
HSV(B) 90º 0.29% 0.75% -
XYZ 37.62 46.23 29.49 -
YUV 175.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 162 190 134 0.15 0 0.29 0.25 90 0.3 0.64
Hex A2 BE 86 F 0 1D 19 5A 1E 40
Octal 242 276 206 17 0 35 31 132 36 100
Binary 10100010 10111110 10000110 1111 0 11101 11001 1011010 11110 1000000

Color Harmonies of #A2BE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE86

Black with #A2BE86

Text Example


Text Example

White with #A2BE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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