Html Css Color HEX #A2C583 Norway

📋 copy color: '#A2C583'

red 162 ◦ green 197 ◦ blue 131

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

Shades of Norway #A2C583

Tints of Norway #A2C583

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.2%

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

R = 33.06%
G = 40.2%
B = 26.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#A2C583 (or 0xA2C583) is known color: Norway. HEX triplet: A2, C5 and 83. RGB value is (162,197,131). Sum of RGB (Red+Green+Blue) = 162+197+131=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C583 is #5D3A7C. Grayscale: #B3B3B3. Windows color (decimal): -6109821 or 8635810. OLE color: 8635810.

HSL color Cylindrical-coordinate representation of color #A2C583: hue angle of 91.82º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2C583 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 197 131 -
CMYK 0.18 0 0.34 0.23
HSL 91.82º 0.36% 0.64% -
HSV(B) 91.82º 0.34% 0.77% -
XYZ 38.96 49.25 28.93 -
YUV 179.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 162 197 131 0.18 0 0.34 0.23 91.82 0.36 0.64
Hex A2 C5 83 12 0 22 17 5C 24 40
Octal 242 305 203 22 0 42 27 134 44 100
Binary 10100010 11000101 10000011 10010 0 100010 10111 1011100 100100 1000000

Color Harmonies of #A2C583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C583

Black with #A2C583

Text Example


Text Example

White with #A2C583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C583; }

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

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

background-color css

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

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

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

border-color css

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

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

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