Html Css Color HEX #A3C382 Norway

📋 copy color: '#A3C382'

red 163 ◦ green 195 ◦ blue 130

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

Shades of Norway #A3C382

Tints of Norway #A3C382

RGB

 RED value IS 163 (64.06% from 255) = 33.4%

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

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

R = 33.4%
G = 39.96%
B = 26.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#A3C382 (or 0xA3C382) is known color: Norway. HEX triplet: A3, C3 and 82. RGB value is (163,195,130). Sum of RGB (Red+Green+Blue) = 163+195+130=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C382 is #5C3C7D. Grayscale: #B2B2B2. Windows color (decimal): -6044798 or 8569763. OLE color: 8569763.

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

Color convert

RGB 163 195 130 -
CMYK 0.16 0 0.33 0.24
HSL 89.54º 0.35% 0.64% -
HSV(B) 89.54º 0.33% 0.76% -
XYZ 38.65 48.43 28.43 -
YUV 178.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 163 195 130 0.16 0 0.33 0.24 89.54 0.35 0.64
Hex A3 C3 82 10 0 21 18 5A 23 40
Octal 243 303 202 20 0 41 30 132 43 100
Binary 10100011 11000011 10000010 10000 0 100001 11000 1011010 100011 1000000

Color Harmonies of #A3C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C382

Black with #A3C382

Text Example


Text Example

White with #A3C382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C382; }

 p { color: rgb(163,195,130); }

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

background-color css

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

 a { background-color: rgb(163,195,130); }

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

border-color css

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

 span { border-color: rgb(163,195,130); }

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