Html Css Color HEX #A2BE8B Norway

📋 copy color: '#A2BE8B'

red 162 ◦ green 190 ◦ blue 139

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

Shades of Norway #A2BE8B

Tints of Norway #A2BE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.31%

R = 32.99%
G = 38.7%
B = 28.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#A2BE8B (or 0xA2BE8B) is known color: Norway. HEX triplet: A2, BE and 8B. RGB value is (162,190,139). Sum of RGB (Red+Green+Blue) = 162+190+139=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE8B is #5D4174. Grayscale: #AFAFAF. Windows color (decimal): -6111605 or 9158306. OLE color: 9158306.

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

Color convert

RGB 162 190 139 -
CMYK 0.15 0 0.27 0.25
HSL 92.94º 0.28% 0.65% -
HSV(B) 92.94º 0.27% 0.75% -
XYZ 37.97 46.37 31.38 -
YUV 175.81 107.22 118.15 -
System Red Green Blue C M Y K H S L
Decimal 162 190 139 0.15 0 0.27 0.25 92.94 0.28 0.65
Hex A2 BE 8B F 0 1B 19 5D 1C 41
Octal 242 276 213 17 0 33 31 135 34 101
Binary 10100010 10111110 10001011 1111 0 11011 11001 1011101 11100 1000001

Color Harmonies of #A2BE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE8B

Black with #A2BE8B

Text Example


Text Example

White with #A2BE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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