#A4C383

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

Shades of Norway #A4C383

Tints of Norway #A4C383

Color information

#A4C383 (or 0xA4C383) is unknown color: approx Norway. HEX triplet: A4, C3 and 83. RGB value is (164,195,131). Sum of RGB (Red+Green+Blue) = 164+195+131=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C383 is #5B3C7C. Grayscale: #B2B2B2. Windows color (decimal): -5979261 or 8635300. OLE color: 8635300.

HSL color Cylindrical-coordinate representation of color #A4C383: hue angle of 89.06º 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 #A4C383 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB164195131-
CMYK0.1600.330.24
HSL89.06º34.78%63.92%-
HSV(B)89.06º32.82%76.47%-
XYZ38.9248.5628.79-
YUV178.43101.23117.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.47%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 131 (51.56% from 255) = 26.73%
R=33.47%
G=39.80%
B=26.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641951310.1600.330.2489.0634.7863.92
HexA4C3831002118592340
Octal244303203200413013143100
Binary1010010011000011100000111000001000011100010110011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C383; }

 p { color: rgb(164,195,131); }

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

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

 a { background-color: rgb(164,195,131); }

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

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

 span { border-color: rgb(164,195,131); }

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