Html Css Color HEX #A2BE83 Norway

📋 copy color: '#A2BE83'

red 162 ◦ green 190 ◦ blue 131

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

Shades of Norway #A2BE83

Tints of Norway #A2BE83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.12%

R = 33.54%
G = 39.34%
B = 27.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#A2BE83 (or 0xA2BE83) is known color: Norway. HEX triplet: A2, BE and 83. RGB value is (162,190,131). Sum of RGB (Red+Green+Blue) = 162+190+131=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE83 is #5D417C. Grayscale: #AFAFAF. Windows color (decimal): -6111613 or 8634018. OLE color: 8634018.

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

Color convert

RGB 162 190 131 -
CMYK 0.15 0 0.31 0.25
HSL 88.47º 0.31% 0.63% -
HSV(B) 88.47º 0.31% 0.75% -
XYZ 37.41 46.15 28.41 -
YUV 174.9 103.22 118.8 -
System Red Green Blue C M Y K H S L
Decimal 162 190 131 0.15 0 0.31 0.25 88.47 0.31 0.63
Hex A2 BE 83 F 0 1F 19 58 1F 3F
Octal 242 276 203 17 0 37 31 130 37 77
Binary 10100010 10111110 10000011 1111 0 11111 11001 1011000 11111 111111

Color Harmonies of #A2BE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE83

Black with #A2BE83

Text Example


Text Example

White with #A2BE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE83; }

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

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

background-color css

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

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

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

border-color css

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

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

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