Html Css Color HEX #A3C485 Norway

📋 copy color: '#A3C485'

red 163 ◦ green 196 ◦ blue 133

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

Shades of Norway #A3C485

Tints of Norway #A3C485

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.84%

 BLUE value IS 133 (52.34% from 255) = 27.03%

R = 33.13%
G = 39.84%
B = 27.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#A3C485 (or 0xA3C485) is known color: Norway. HEX triplet: A3, C4 and 85. RGB value is (163,196,133). Sum of RGB (Red+Green+Blue) = 163+196+133=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C485 is #5C3B7A. Grayscale: #B3B3B3. Windows color (decimal): -6044539 or 8766627. OLE color: 8766627.

HSL color Cylindrical-coordinate representation of color #A3C485: hue angle of 91.43º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3C485 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 196 133 -
CMYK 0.17 0 0.32 0.23
HSL 91.43º 0.35% 0.65% -
HSV(B) 91.43º 0.32% 0.77% -
XYZ 39.08 48.96 29.58 -
YUV 178.95 102.07 116.62 -
System Red Green Blue C M Y K H S L
Decimal 163 196 133 0.17 0 0.32 0.23 91.43 0.35 0.65
Hex A3 C4 85 11 0 20 17 5B 23 41
Octal 243 304 205 21 0 40 27 133 43 101
Binary 10100011 11000100 10000101 10001 0 100000 10111 1011011 100011 1000001

Color Harmonies of #A3C485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C485

Black with #A3C485

Text Example


Text Example

White with #A3C485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C485; }

 p { color: rgb(163,196,133); }

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

background-color css

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

 a { background-color: rgb(163,196,133); }

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

border-color css

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

 span { border-color: rgb(163,196,133); }

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