#A4C292

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

Shades of Norway #A4C292

Tints of Norway #A4C292

Color information

#A4C292 (or 0xA4C292) is unknown color: approx Norway. HEX triplet: A4, C2 and 92. RGB value is (164,194,146). Sum of RGB (Red+Green+Blue) = 164+194+146=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C292 is #5B3D6D. Grayscale: #B3B3B3. Windows color (decimal): -5979502 or 9618084. OLE color: 9618084.

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

Color convert

RGB164194146-
CMYK0.1500.250.24
HSL97.5º28.24%66.67%-
HSV(B)97.5º24.74%76.08%-
XYZ39.7948.5534.47-
YUV179.56109.06116.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 194 (76.17% from 255) = 38.49%
BLUE value IS 146 (57.42% from 255) = 28.97%
R=32.54%
G=38.49%
B=28.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641941460.1500.250.2497.528.2466.67
HexA4C292F01918611c43
Octal244302222170313014134103
Binary1010010011000010100100101111011001110001100001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C292; }

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

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

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

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

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

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

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

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