#A4C285

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

Shades of Norway #A4C285

Tints of Norway #A4C285

Color information

#A4C285 (or 0xA4C285) is unknown color: approx Norway. HEX triplet: A4, C2 and 85. RGB value is (164,194,133). Sum of RGB (Red+Green+Blue) = 164+194+133=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C285 is #5B3D7A. Grayscale: #B2B2B2. Windows color (decimal): -5979515 or 8766116. OLE color: 8766116.

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

Color convert

RGB164194133-
CMYK0.1500.310.24
HSL89.51º33.33%64.12%-
HSV(B)89.51º31.44%76.08%-
XYZ38.8448.1729.44-
YUV178.08102.56117.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 194 (76.17% from 255) = 39.51%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=33.40%
G=39.51%
B=27.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641941330.1500.310.2489.5133.3364.12
HexA4C285F01F185a2140
Octal244302205170373013241100
Binary10100100110000101000010111110111111100010110101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C285; }

 p { color: rgb(164,194,133); }

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

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

 a { background-color: rgb(164,194,133); }

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

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

 span { border-color: rgb(164,194,133); }

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