Html Css Color HEX #A2B383 Norway

📋 copy color: '#A2B383'

red 162 ◦ green 179 ◦ blue 131

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

Shades of Norway #A2B383

Tints of Norway #A2B383

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.92%

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

R = 34.32%
G = 37.92%
B = 27.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#A2B383 (or 0xA2B383) is known color: Norway. HEX triplet: A2, B3 and 83. RGB value is (162,179,131). Sum of RGB (Red+Green+Blue) = 162+179+131=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B383 is #5D4C7C. Grayscale: #A8A8A8. Windows color (decimal): -6114429 or 8631202. OLE color: 8631202.

HSL color Cylindrical-coordinate representation of color #A2B383: hue angle of 81.25º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2B383 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 179 131 -
CMYK 0.09 0 0.27 0.30
HSL 81.25º 0.24% 0.61% -
HSV(B) 81.25º 0.27% 0.7% -
XYZ 35.12 41.56 27.64 -
YUV 168.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 162 179 131 0.09 0 0.27 0.30 81.25 0.24 0.61
Hex A2 B3 83 9 0 1B 1E 51 18 3D
Octal 242 263 203 11 0 33 36 121 30 75
Binary 10100010 10110011 10000011 1001 0 11011 11110 1010001 11000 111101

Color Harmonies of #A2B383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B383

Black with #A2B383

Text Example


Text Example

White with #A2B383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B383; }

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

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

background-color css

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

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

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

border-color css

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

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

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