Html Css Color HEX #A2B883 Norway

📋 copy color: '#A2B883'

red 162 ◦ green 184 ◦ blue 131

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

Shades of Norway #A2B883

Tints of Norway #A2B883

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.57%

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

R = 33.96%
G = 38.57%
B = 27.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#A2B883 (or 0xA2B883) is known color: Norway. HEX triplet: A2, B8 and 83. RGB value is (162,184,131). Sum of RGB (Red+Green+Blue) = 162+184+131=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B883 is #5D477C. Grayscale: #ABABAB. Windows color (decimal): -6113149 or 8632482. OLE color: 8632482.

HSL color Cylindrical-coordinate representation of color #A2B883: hue angle of 84.91º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2B883 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 184 131 -
CMYK 0.12 0 0.29 0.28
HSL 84.91º 0.27% 0.62% -
HSV(B) 84.91º 0.29% 0.72% -
XYZ 36.14 43.6 27.98 -
YUV 171.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 162 184 131 0.12 0 0.29 0.28 84.91 0.27 0.62
Hex A2 B8 83 C 0 1D 1C 55 1B 3E
Octal 242 270 203 14 0 35 34 125 33 76
Binary 10100010 10111000 10000011 1100 0 11101 11100 1010101 11011 111110

Color Harmonies of #A2B883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B883

Black with #A2B883

Text Example


Text Example

White with #A2B883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B883; }

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

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

background-color css

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

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

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

border-color css

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

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

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