#A4C192

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

Shades of Norway #A4C192

Tints of Norway #A4C192

Color information

#A4C192 (or 0xA4C192) is unknown color: approx Norway. HEX triplet: A4, C1 and 92. RGB value is (164,193,146). Sum of RGB (Red+Green+Blue) = 164+193+146=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C192 is #5B3E6D. Grayscale: #B3B3B3. Windows color (decimal): -5979758 or 9617828. OLE color: 9617828.

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

Color convert

RGB164193146-
CMYK0.1500.240.24
HSL97.02º27.49%66.47%-
HSV(B)97.02º24.35%75.69%-
XYZ39.5748.1134.39-
YUV178.97109.39117.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 193 (75.78% from 255) = 38.37%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=32.60%
G=38.37%
B=29.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641931460.1500.240.2497.0227.4966.47
HexA4C192F01818611b42
Octal244301222170303014133102
Binary1010010011000001100100101111011000110001100001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C192; }

 p { color: rgb(164,193,146); }

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

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

 a { background-color: rgb(164,193,146); }

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

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

 span { border-color: rgb(164,193,146); }

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