#A4BC96

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

Shades of Norway #A4BC96

Tints of Norway #A4BC96

Color information

#A4BC96 (or 0xA4BC96) is unknown color: approx Norway. HEX triplet: A4, BC and 96. RGB value is (164,188,150). Sum of RGB (Red+Green+Blue) = 164+188+150=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BC96 is #5B4369. Grayscale: #B0B0B0. Windows color (decimal): -5981034 or 9878692. OLE color: 9878692.

HSL color Cylindrical-coordinate representation of color #A4BC96: hue angle of 97.89º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4BC96 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB164188150-
CMYK0.1300.200.26
HSL97.89º22.09%66.27%-
HSV(B)97.89º20.21%73.73%-
XYZ38.846.0635.7-
YUV176.49113.05119.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 188 (73.83% from 255) = 37.45%
BLUE value IS 150 (58.98% from 255) = 29.88%
R=32.67%
G=37.45%
B=29.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881500.1300.200.2697.8922.0966.27
HexA4BC96D0141A621642
Octal244274226150243214226102
Binary1010010010111100100101101101010100110101100010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC96; }

 p { color: rgb(164,188,150); }

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

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

 a { background-color: rgb(164,188,150); }

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

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

 span { border-color: rgb(164,188,150); }

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