Html Css Color HEX #A2C389 Norway

📋 copy color: '#A2C389'

red 162 ◦ green 195 ◦ blue 137

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

Shades of Norway #A2C389

Tints of Norway #A2C389

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.47%

 BLUE value IS 137 (53.91% from 255) = 27.73%

R = 32.79%
G = 39.47%
B = 27.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#A2C389 (or 0xA2C389) is known color: Norway. HEX triplet: A2, C3 and 89. RGB value is (162,195,137). Sum of RGB (Red+Green+Blue) = 162+195+137=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C389 is #5D3C76. Grayscale: #B2B2B2. Windows color (decimal): -6110327 or 9028514. OLE color: 9028514.

HSL color Cylindrical-coordinate representation of color #A2C389: hue angle of 94.14º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2C389 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 195 137 -
CMYK 0.17 0 0.30 0.24
HSL 94.14º 0.33% 0.65% -
HSV(B) 94.14º 0.3% 0.76% -
XYZ 38.93 48.52 30.98 -
YUV 178.52 104.57 116.22 -
System Red Green Blue C M Y K H S L
Decimal 162 195 137 0.17 0 0.30 0.24 94.14 0.33 0.65
Hex A2 C3 89 11 0 1E 18 5E 21 41
Octal 242 303 211 21 0 36 30 136 41 101
Binary 10100010 11000011 10001001 10001 0 11110 11000 1011110 100001 1000001

Color Harmonies of #A2C389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C389

Black with #A2C389

Text Example


Text Example

White with #A2C389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C389; }

 p { color: rgb(162,195,137); }

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

background-color css

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

 a { background-color: rgb(162,195,137); }

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

border-color css

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

 span { border-color: rgb(162,195,137); }

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