Html Css Color HEX #A2C191 Norway

📋 copy color: '#A2C191'

red 162 ◦ green 193 ◦ blue 145

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

Shades of Norway #A2C191

Tints of Norway #A2C191

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.6%

 BLUE value IS 145 (57.03% from 255) = 29%

R = 32.4%
G = 38.6%
B = 29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#A2C191 (or 0xA2C191) is known color: Norway. HEX triplet: A2, C1 and 91. RGB value is (162,193,145). Sum of RGB (Red+Green+Blue) = 162+193+145=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C191 is #5D3E6E. Grayscale: #B2B2B2. Windows color (decimal): -6110831 or 9552290. OLE color: 9552290.

HSL color Cylindrical-coordinate representation of color #A2C191: hue angle of 98.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2C191 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 193 145 -
CMYK 0.16 0 0.25 0.24
HSL 98.75º 0.28% 0.66% -
HSV(B) 98.75º 0.25% 0.76% -
XYZ 39.08 47.87 33.97 -
YUV 178.26 109.23 116.4 -
System Red Green Blue C M Y K H S L
Decimal 162 193 145 0.16 0 0.25 0.24 98.75 0.28 0.66
Hex A2 C1 91 10 0 19 18 63 1C 42
Octal 242 301 221 20 0 31 30 143 34 102
Binary 10100010 11000001 10010001 10000 0 11001 11000 1100011 11100 1000010

Color Harmonies of #A2C191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C191

Black with #A2C191

Text Example


Text Example

White with #A2C191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C191; }

 p { color: rgb(162,193,145); }

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

background-color css

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

 a { background-color: rgb(162,193,145); }

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

border-color css

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

 span { border-color: rgb(162,193,145); }

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