#A6C483

Color #A6C483 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #A6C483

Tints of Norway #A6C483

Color information

#A6C483 (or 0xA6C483) is unknown color: approx Norway. HEX triplet: A6, C4 and 83. RGB value is (166,196,131). Sum of RGB (Red+Green+Blue) = 166+196+131=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C483 is #593B7C. Grayscale: #B3B3B3. Windows color (decimal): -5847933 or 8635558. OLE color: 8635558.

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

Color convert

RGB166196131-
CMYK0.1500.330.23
HSL87.69º35.52%64.12%-
HSV(B)87.69º33.16%76.86%-
XYZ39.5649.2328.89-
YUV179.62100.56118.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 131 (51.56% from 255) = 26.57%
R=33.67%
G=39.76%
B=26.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661961310.1500.330.2387.6935.5264.12
HexA6C483F02117582440
Octal246304203170412713044100
Binary101001101100010010000011111101000011011110110001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C483; }

 p { color: rgb(166,196,131); }

 H1.HeaderClassName
 {
   color: #A6C483;
 }
 .AnyTagClassName
 {
   color: #A6C483;
 }
</style>
background-color css

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

 a { background-color: rgb(166,196,131); }

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

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

 span { border-color: rgb(166,196,131); }

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