Html Css Color HEX #A2C082 Norway

📋 copy color: '#A2C082'

red 162 ◦ green 192 ◦ blue 130

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

Shades of Norway #A2C082

Tints of Norway #A2C082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.67%

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

R = 33.47%
G = 39.67%
B = 26.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#A2C082 (or 0xA2C082) is known color: Norway. HEX triplet: A2, C0 and 82. RGB value is (162,192,130). Sum of RGB (Red+Green+Blue) = 162+192+130=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C082 is #5D3F7D. Grayscale: #B0B0B0. Windows color (decimal): -6111102 or 8568994. OLE color: 8568994.

HSL color Cylindrical-coordinate representation of color #A2C082: hue angle of 89.03º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2C082 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 130 -
CMYK 0.16 0 0.32 0.25
HSL 89.03º 0.33% 0.63% -
HSV(B) 89.03º 0.32% 0.75% -
XYZ 37.78 46.99 28.2 -
YUV 175.96 102.06 118.04 -
System Red Green Blue C M Y K H S L
Decimal 162 192 130 0.16 0 0.32 0.25 89.03 0.33 0.63
Hex A2 C0 82 10 0 20 19 59 21 3F
Octal 242 300 202 20 0 40 31 131 41 77
Binary 10100010 11000000 10000010 10000 0 100000 11001 1011001 100001 111111

Color Harmonies of #A2C082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C082

Black with #A2C082

Text Example


Text Example

White with #A2C082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C082; }

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

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

background-color css

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

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

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

border-color css

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

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

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