Html Css Color HEX #A2B781 Norway

📋 copy color: '#A2B781'

red 162 ◦ green 183 ◦ blue 129

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

Shades of Norway #A2B781

Tints of Norway #A2B781

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.61%

 BLUE value IS 129 (50.78% from 255) = 27.22%

R = 34.18%
G = 38.61%
B = 27.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#A2B781 (or 0xA2B781) is known color: Norway. HEX triplet: A2, B7 and 81. RGB value is (162,183,129). Sum of RGB (Red+Green+Blue) = 162+183+129=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B781 is #5D487E. Grayscale: #AAAAAA. Windows color (decimal): -6113407 or 8501154. OLE color: 8501154.

HSL color Cylindrical-coordinate representation of color #A2B781: hue angle of 83.33º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2B781 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 183 129 -
CMYK 0.11 0 0.30 0.28
HSL 83.33º 0.27% 0.61% -
HSV(B) 83.33º 0.3% 0.72% -
XYZ 35.8 43.13 27.21 -
YUV 170.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 162 183 129 0.11 0 0.30 0.28 83.33 0.27 0.61
Hex A2 B7 81 B 0 1E 1C 53 1B 3D
Octal 242 267 201 13 0 36 34 123 33 75
Binary 10100010 10110111 10000001 1011 0 11110 11100 1010011 11011 111101

Color Harmonies of #A2B781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B781

Black with #A2B781

Text Example


Text Example

White with #A2B781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B781; }

 p { color: rgb(162,183,129); }

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

background-color css

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

 a { background-color: rgb(162,183,129); }

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

border-color css

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

 span { border-color: rgb(162,183,129); }

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