#A4C381

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

Shades of Norway #A4C381

Tints of Norway #A4C381

Color information

#A4C381 (or 0xA4C381) is unknown color: approx Norway. HEX triplet: A4, C3 and 81. RGB value is (164,195,129). Sum of RGB (Red+Green+Blue) = 164+195+129=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C381 is #5B3C7E. Grayscale: #B2B2B2. Windows color (decimal): -5979263 or 8504228. OLE color: 8504228.

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

Color convert

RGB164195129-
CMYK0.1600.340.24
HSL88.18º35.48%63.53%-
HSV(B)88.18º33.85%76.47%-
XYZ38.7948.5128.09-
YUV178.21100.23117.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 195 (76.56% from 255) = 39.96%
BLUE value IS 129 (50.78% from 255) = 26.43%
R=33.61%
G=39.96%
B=26.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641951290.1600.340.2488.1835.4863.53
HexA4C3811002218582340
Octal244303201200423013043100
Binary1010010011000011100000011000001000101100010110001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C381; }

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

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

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

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

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

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

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

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