Html Css Color HEX #A2B382 Norway

📋 copy color: '#A2B382'

red 162 ◦ green 179 ◦ blue 130

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

Shades of Norway #A2B382

Tints of Norway #A2B382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.6%

R = 34.39%
G = 38%
B = 27.6%

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

#A2B382 (or 0xA2B382) is known color: Norway. HEX triplet: A2, B3 and 82. RGB value is (162,179,130). Sum of RGB (Red+Green+Blue) = 162+179+130=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B382 is #5D4C7D. Grayscale: #A8A8A8. Windows color (decimal): -6114430 or 8565666. OLE color: 8565666.

HSL color Cylindrical-coordinate representation of color #A2B382: hue angle of 80.82º 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 #A2B382 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 179 130 -
CMYK 0.09 0 0.27 0.30
HSL 80.82º 0.24% 0.61% -
HSV(B) 80.82º 0.27% 0.7% -
XYZ 35.05 41.53 27.29 -
YUV 168.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 162 179 130 0.09 0 0.27 0.30 80.82 0.24 0.61
Hex A2 B3 82 9 0 1B 1E 51 18 3D
Octal 242 263 202 11 0 33 36 121 30 75
Binary 10100010 10110011 10000010 1001 0 11011 11110 1010001 11000 111101

Color Harmonies of #A2B382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B382

Black with #A2B382

Text Example


Text Example

White with #A2B382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B382; }

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

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

background-color css

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

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

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

border-color css

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

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

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